-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-39060][SQL] Typo in error messages of decimal overflow #36397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
yaooqinn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
seems like some more tests should be fixed tho. |
sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala
Outdated
Show resolved
Hide resolved
|
Can one of the admins verify this patch? |
|
+1, LGTM. Merging to master. |
|
@vli-databricks Could you backport the changes to branch-3.3 (the PR causes conflicts in 3.3 while merging), please. |
This PR removes extra curly bracket from debug string for Decimal type in SQL. Typo in error messages of decimal overflow. No. By running updated test: ``` $ build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z decimalArithmeticOperations.sql" ``` Closes apache#36397 from vli-databricks/SPARK-39060. Authored-by: Vitalii Li <[email protected]> Signed-off-by: Max Gekk <[email protected]>
This PR removes extra curly bracket from debug string for Decimal type in SQL. Typo in error messages of decimal overflow. No. By running updated test: ``` $ build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z decimalArithmeticOperations.sql" ``` Closes apache#36397 from vli-databricks/SPARK-39060. Authored-by: Vitalii Li <[email protected]> Signed-off-by: Max Gekk <[email protected]>
This PR removes extra curly bracket from debug string for Decimal type in SQL. Typo in error messages of decimal overflow. No. By running updated test: ``` $ build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z decimalArithmeticOperations.sql" ``` Closes apache#36397 from vli-databricks/SPARK-39060. Authored-by: Vitalii Li <[email protected]> Signed-off-by: Max Gekk <[email protected]>
This PR removes extra curly bracket from debug string for Decimal type in SQL. Typo in error messages of decimal overflow. No. By running updated test: ``` $ build/sbt "sql/testOnly org.apache.spark.sql.SQLQueryTestSuite -- -z decimalArithmeticOperations.sql" ``` Closes apache#36397 from vli-databricks/SPARK-39060. Authored-by: Vitalii Li <[email protected]> Signed-off-by: Max Gekk <[email protected]>
What changes were proposed in this pull request?
This PR removes extra curly bracket from debug string for Decimal type in SQL.
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 updated test: