Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
Refactor some exceptions in QueryParsingErrors to use error classes.
There are currently ~100 exceptions in this file; so this PR only focuses on the first set of 20.
repetitiveWindowDefinitionError invalidWindowReferenceError cannotResolveWindowReferenceError joinCriteriaUnimplementedError naturalCrossJoinUnsupportedError emptyInputForTableSampleError tableSampleByBytesUnsupportedError invalidByteLengthLiteralError invalidEscapeStringError trimOptionUnsupportedError functionNameUnsupportedError cannotParseValueTypeError cannotParseIntervalValueError literalValueTypeUnsupportedError parsingValueTypeError invalidNumericLiteralRangeError moreThanOneFromToUnitInIntervalLiteralError invalidIntervalLiteralError invalidIntervalFormError invalidFromToUnitValueError
For more detail, see the parent ticket SPARK-36094.