ericm-db commented on code in PR #54098:
URL: https://github.com/apache/spark/pull/54098#discussion_r2771672408
##########
common/utils/src/main/resources/error/error-conditions.json:
##########
@@ -3531,6 +3531,12 @@
],
"sqlState" : "42K0E"
},
+ "INVALID_NUMBER_OF_CHILDREN_FOR_UNION" : {
+ "message" : [
+ "<operator> requires at least <minimum> children, but only <actual> were
provided."
Review Comment:
Removed this rule. Shouldn't even be possible via the API.
--
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]