mihailom-db commented on code in PR #48499:
URL: https://github.com/apache/spark/pull/48499#discussion_r1803352688


##########
sql/core/src/test/resources/sql-tests/results/ansi/math.sql.out:
##########
@@ -761,7 +761,7 @@ org.apache.spark.SparkArithmeticException
   "errorClass" : "ARITHMETIC_OVERFLOW",
   "sqlState" : "22003",
   "messageParameters" : {
-    "alternative" : "",
+    "alternative" : " Use 'try_conv' to tolerate overflow and return NULL 
instead.",

Review Comment:
   Agreed. This is what @MaxGekk pointed out as well in the 
https://github.com/apache/spark/pull/48206. We will deal with this change 
there, as this PR is only here to improve messages and fix errors that do not 
have suggestions apart from ANSI turn off.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to