vitaliili-db commented on code in PR #37483:
URL: https://github.com/apache/spark/pull/37483#discussion_r952846091
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -70,6 +70,11 @@
"Another instance of this query was just started by a concurrent
session."
]
},
+ "CONVERSION_INVALID_INPUT" : {
Review Comment:
I think they are semantically different enough to require separate error
class. `TO_BINARY` is string encoding to type conversion, while `CAST` is type
to type conversion.
--
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]