Skip to content

[FEATURE REQUEST]: Extensibility of UDAF #531

Answered by imback82
samueleresca asked this question in Q&A
Discussion options

You must be logged in to vote

@samueleresca Unfortunately, UserDefinedAggregateFunction is not supported in .NET for Apache Spark. If you already have a Scala implementation, you can use RegisterJavaUDAF to register it and use it in SQL commands.

Just FYI, UserDefinedAggregateFunction will be deprecated in Spark 3.0 in favor of Aggregator.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rapoth
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #531 on December 11, 2020 03:51.