erikerlandson opened a new pull request #27193: [SPARK-30423][SQL] Deprecate UserDefinedAggregateFunction URL: https://github.com/apache/spark/pull/27193 ### What changes were proposed in this pull request? * Annotate UserDefinedAggregateFunction as deprecated by SPARK-27296 * Update user doc examples to reflect new ability to register typed Aggregator[IN, BUF, OUT] as an untyped aggregating UDF ### Why are the changes needed? UserDefinedAggregateFunction is being deprecated ### Does this PR introduce any user-facing change? Changes are to user documentation, and deprecation annotations. ### How was this patch tested? Testing was via package build to verify doc generation, deprecation warnings, and successful example compilation.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
