Description
Currently not all of the supported types can be returned from the scalar pandas UDF type. This means if someone wants to return a struct type doing a map operation right now they either have to do a "junk" groupBy or use the non-vectorized results.
Attachments
Issue Links
- is related to
-
SPARK-27240 Use pandas DataFrame for struct type argument in Scalar Pandas UDF.
- Resolved
- relates to
-
SPARK-21187 Complete support for remaining Spark data types in Arrow Converters
- Resolved
- links to