[
https://issues.apache.org/jira/browse/SPARK-41879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apache Spark reassigned SPARK-41879:
------------------------------------
Assignee: (was: Apache Spark)
> `DataFrame.collect` should support nested types
> -----------------------------------------------
>
> Key: SPARK-41879
> URL: https://issues.apache.org/jira/browse/SPARK-41879
> Project: Spark
> Issue Type: Sub-task
> Components: Connect, PySpark
> Affects Versions: 3.4.0
> Reporter: Ruifeng Zheng
> Priority: Major
>
> {code:java}
> File
> "/Users/ruifeng.zheng/Dev/spark/python/pyspark/sql/connect/functions.py",
> line 1578, in pyspark.sql.connect.functions.struct
> Failed example:
> df.select(struct('age', 'name').alias("struct")).collect()
> Expected:
> [Row(struct=Row(age=2, name='Alice')), Row(struct=Row(age=5, name='Bob'))]
> Got:
> [Row(struct={'age': 2, 'name': 'Alice'}), Row(struct={'age': 5, 'name':
> 'Bob'})]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]