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


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -511,6 +511,12 @@
     ],
     "sqlState" : "38000"
   },
+  "FAILED_PARSE_EMPTY_STRING" : {
+    "message" : [
+      "Failed to parse an empty string for data type <dataType>."

Review Comment:
   I'm conflicted about this. If something is LEGACY, then shouldn't it only 
apply to existing use cases.
   Should we really advertise such configs?
   On second thought, I'm not conflicted at all, FWIW I vote to NOT refer to 
legacy configs.



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