itholic commented on code in PR #39505:
URL: https://github.com/apache/spark/pull/39505#discussion_r1066847927


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -3685,27 +3685,27 @@
   },
   "_LEGACY_ERROR_TEMP_2043" : {
     "message" : [
-      "- <sqlValue> caused overflow"
+      "- <sqlValue> caused overflow."
     ]
   },
   "_LEGACY_ERROR_TEMP_2044" : {
     "message" : [
-      "<sqlValue1> <symbol> <sqlValue2> caused overflow"
+      "<sqlValue1> <symbol> <sqlValue2> caused overflow."
     ]
   },
   "_LEGACY_ERROR_TEMP_2045" : {
     "message" : [
-      "Unsupported table change: <message>"
+      "Unsupported table change: <message>."

Review Comment:
   Yeah that's why I keep this PR as draft for double-checking those cases.
   
   Thanks for figuring out!!
   
   Just done double checking and updating the mistaken cases.



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