cloud-fan commented on code in PR #37407:
URL: https://github.com/apache/spark/pull/37407#discussion_r988508252
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -564,6 +570,12 @@
],
"sqlState" : "42000"
},
+ "UNPIVOT_VALUE_SIZE_MISMATCH" : {
+ "message" : [
+ "All unpivot value columns must have the same size as there are value
column names (<names>): [<sizes>]"
Review Comment:
We probably don't need to put `<sizes>`, as it's very clear from the SQL
statement.
--
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]