MaxGekk commented on code in PR #41236:
URL: https://github.com/apache/spark/pull/41236#discussion_r1200242564
##########
core/src/main/resources/error/error-classes.json:
##########
@@ -1282,6 +1282,28 @@
"Operation <operation> is not allowed for <tableIdentWithDB> because it
is not a partitioned table."
]
},
+ "NOT_ALLOWED_IN_FROM" : {
+ "message" : [
+ "Not supported in the From clause:"
Review Comment:
```suggestion
"Not allowed in the FROM clause:"
```
and sub-classes like:
```
"LATERAL_WITH_PIVOT" : {
"message" : [
"LATERAL together with PIVOT."
]
},
```
--
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]