MaxGekk commented on code in PR #41155:
URL: https://github.com/apache/spark/pull/41155#discussion_r1192431888
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -3783,6 +3783,12 @@
"Failed to execute command because subquery expressions are not allowed
in DEFAULT values."
]
},
+ "_LEGACY_ERROR_TEMP_1348" : {
Review Comment:
Could you assign proper name to the error class, please. The
`_LEGACY_ERROR_TEMP_` prefix was used for migration purpose in batch way to
switch to error classes in all existing exceptions.
--
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]