srielau commented on code in PR #48499:
URL: https://github.com/apache/spark/pull/48499#discussion_r1803341654


##########
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:
   Fundamental: Why do we need to put a sentence into alternative? Is there a 
way to put the nglish portion into the message text?



-- 
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