MaxGekk commented on code in PR #39700:
URL: https://github.com/apache/spark/pull/39700#discussion_r1084791314
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1432,6 +1432,12 @@
},
"sqlState" : "0A000"
},
+ "UNSUPPORTED_EXPR_FOR_OPERATOR" : {
+ "message" : [
+ "The query operator `<operator>` contains one or more unsupported
expression types Aggregate, Window or Generate.",
Review Comment:
We shouldn't show users internal things like Generate. Could you reformulate
this, for example
https://github.com/apache/spark/blob/04d72659a88c3e94ff97f27e5481bc130b824b0a/core/src/main/resources/error/error-classes.json#L939
--
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]