Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
3.4.0
-
None
-
None
Description
Migrate the following errors in QueryCompilationErrors:
- invalidFunctionArgumentsError
- invalidFunctionArgumentNumberError
- functionAcceptsOnlyOneArgumentError
- secondArgumentNotDoubleLiteralError
- functionCannotProcessInputError
- v2FunctionInvalidInputTypeLengthError
- secondArgumentInFunctionIsNotBooleanLiteralError
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-38691 Use error classes in the compilation errors of column/attr resolving
-
- Open
-
- links to