Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
Description
Migrate the following errors in QueryCompilationErrors:
- cannotResolveUserSpecifiedColumnsError
- cannotResolveStarExpandGivenInputColumnsError
- cannotResolveAttributeError
- cannotResolveColumnGivenInputColumnsError
- cannotResolveColumnNameAmongAttributesError
- cannotResolveColumnNameAmongFieldsError
onto use error classes. Throw an implementation of SparkThrowable. Also write a test per every error in QueryCompilationErrorsSuite.
Attachments
Issue Links
- is a clone of
-
SPARK-38690 Use error classes in the compilation errors of SHOW CREATE TABLE
- Open
- is cloned by
-
SPARK-38692 Use error classes in the compilation errors of function args
- In Progress