Description
Migrate the following errors in QueryParsingErrors:
- lateralJoinWithNaturalJoinUnsupportedError
- lateralJoinWithUsingJoinUnsupportedError
- unsupportedLateralJoinTypeError
- invalidLateralJoinRelationError
onto use error classes. Throw an implementation of SparkThrowable. Also write a test per every error in QueryParsingErrorsSuite.
Attachments
Issue Links
- is caused by
-
SPARK-34382 ANSI SQL: LATERAL derived table(T491)
- Resolved
- links to