https://github.com/apache/spark
Revision 19576c412b7ad1ccb483e116e9ece1fe1c7ecc97 authored by Vitalii Li on 06 May 2022, 09:01:51 UTC, committed by Max Gekk on 06 May 2022, 09:01:51 UTC
### What changes were proposed in this pull request?

This PR removes extra curly bracket from debug string for Decimal type in SQL.

This is a backport from master branch. Commit: https://github.com/apache/spark/commit/165ce4eb7d6d75201beb1bff879efa99fde24f94

### Why are the changes needed?

Typo in error messages of decimal overflow.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

By running tests:
```
$ build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z decimalArithmeticOperations.sql"
```

Closes #36459 from vli-databricks/SPARK-39060-3.1.

Authored-by: Vitalii Li <vitalii.li@databricks.com>
Signed-off-by: Max Gekk <max.gekk@gmail.com>
1 parent 8f6a3a5
History
Tip revision: 19576c412b7ad1ccb483e116e9ece1fe1c7ecc97 authored by Vitalii Li on 06 May 2022, 09:01:51 UTC
[SPARK-39060][SQL][3.1] Typo in error messages of decimal overflow
Tip revision: 19576c4

README.md

back to top