You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "zhengruifeng (via GitHub)" <gi...@apache.org> on 2023/04/20 09:42:56 UTC

[GitHub] [spark] zhengruifeng commented on pull request #40829: [SPARK-41971][SQL] Use deduplicated field names when creating Arrow RecordBatch

zhengruifeng commented on PR #40829:
URL: https://github.com/apache/spark/pull/40829#issuecomment-1516031342

   It seems that there will be behavior difference:
   ```
   In [3]: spark.conf.set('spark.sql.execution.arrow.pyspark.enabled', False)
   
   In [4]: spark.sql("values (1, struct(1 as a, 2 as a, 3 as b)) as t(x, y)").toPandas()
   Out[4]: 
      x          y
   0  1  (1, 2, 3)
   ```


-- 
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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org