Description
Migrate the following errors in QueryCompilationErrors:
- pandasUDFAggregateNotSupportedInPivotError
- groupAggPandasUDFUnsupportedByStreamingAggError
- cannotUseMixtureOfAggFunctionAndGroupAggPandasUDFError
- usePythonUDFInJoinConditionUnsupportedError
onto use error classes. Throw an implementation of SparkThrowable. Also write a test per every error in QueryCompilationErrorsSuite.
Attachments
Issue Links
- Blocked
-
SPARK-38235 Add test util for testing grouped aggregate pandas UDF.
- Resolved
- links to