[
https://issues.apache.org/jira/browse/SPARK-16504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyukjin Kwon resolved SPARK-16504.
----------------------------------
Resolution: Incomplete
> UDAF should be typed
> --------------------
>
> Key: SPARK-16504
> URL: https://issues.apache.org/jira/browse/SPARK-16504
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Reporter: Vladimir Feinberg
> Priority: Major
> Labels: bulk-closed
>
> Currently, UDAFs can be implemented by using a generic
> {{MutableAggregationBuffer}}. This type-less class requires the user specify
> the schema.
> If the user wants to create vector output from a UDAF, this requires
> specifying an output schema with a VectorUDT(), which is only accessible
> through a DeveloperApi.
> Since we would prefer not to expose VectorUDT, the only option would be to
> resolve the user's inability to (legally) specify a schema containing a
> VectorUDT the same way that we would do so for creating dataframes: by type
> inference, just like createDataFrame does.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]