cloud-fan commented on code in PR #37407:
URL: https://github.com/apache/spark/pull/37407#discussion_r988507447
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -552,6 +552,12 @@
"Unable to acquire <requestedBytes> bytes of memory, got <receivedBytes>"
]
},
+ "UNPIVOT_REQUIRES_ATTRIBUTES" : {
+ "message" : [
+ "UNPIVOT requires given {given} to be Attributes when no {empty} are
given: [<types>]"
Review Comment:
```suggestion
"UNPIVOT requires given {given} expressions to be columns when no
{empty} expressions are given, but got: [<expressions>]"
```
--
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]