MaxGekk commented on code in PR #41236:
URL: https://github.com/apache/spark/pull/41236#discussion_r1200048746
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1877,6 +1877,11 @@
"JOIN USING with LATERAL correlation."
]
},
+ "LATERAL_WITH_PIVOT" : {
Review Comment:
The main point is the combination is not allowed in `FROM`. Since there are
3 related errors:
- unpivotWithPivotInFromClauseNotAllowedError
- lateralWithPivotInFromClauseNotAllowedError
- lateralWithUnpivotInFromClauseNotAllowedError
Could you add the error class `NOT_ALLOWED_IN_FROM`, and add sub-classes to
it, please.
--
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]