Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
Refactor some exceptions in QueryExecutionErrors to use error classes.
There are currently ~350 exceptions in this file; so this PR only focuses on the eighth set of 20.
executeBroadcastTimeoutError cannotCompareCostWithTargetCostError unsupportedDataTypeError notSupportTypeError notSupportNonPrimitiveTypeError unsupportedTypeError useDictionaryEncodingWhenDictionaryOverflowError endOfIteratorError cannotAllocateMemoryToGrowBytesToBytesMapError cannotAcquireMemoryToBuildLongHashedRelationError cannotAcquireMemoryToBuildUnsafeHashedRelationError rowLargerThan256MUnsupportedError cannotBuildHashedRelationWithUniqueKeysExceededError cannotBuildHashedRelationLargerThan8GError failedToPushRowIntoRowQueueError unexpectedWindowFunctionFrameError cannotParseStatisticAsPercentileError statisticNotRecognizedError unknownColumnError unexpectedAccumulableUpdateValueError
For more detail, see the parent ticket SPARK-36094.