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


##########
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:
   Please, double check here and other places when a parameter is at the end, 
it cannot have a dot otherwise we will have double dots.



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