Description
Migrate the following errors in QueryCompilationErrors:
- groupingIDMismatchError
- groupingColInvalidError
- groupingSizeTooLargeError
- groupingMustWithGroupingSetsOrCubeOrRollupError
onto use error classes. Throw an implementation of SparkThrowable. Also write a test per every error in QueryCompilationErrorsSuite.
Attachments
Attachments
Issue Links
- is caused by
-
SPARK-36106 Refactor a few query compilation errors to use error classes
- Resolved
-
SPARK-32670 Group exception messages in Catalyst Analyzer in one file
- Resolved
- is cloned by
-
SPARK-40260 Use error classes in the compilation errors of GROUP BY a position
- Resolved
- links to