Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2025 02:26 PM
Be aware, that in Databricks 15.2 LTS this behavior is broken.
I cannot find the code, but most likely related to the following option:
https://github.com/apache/spark/commit/c1c710e7da75b989f4d14e84e85f336bc10920e0#diff-f9ddcc6cba651c6...
I was able to reproduce the issue locally when the latest pyarrow is installed, with this option enabled.
3.0.0 ### What changes were proposed in this pull request? 1, in PyArrow 13.0.0, the behavior of [Table#to_pandas](https://arrow.apache.org/docs/python/generated/pyarrow.Table.html#pyarrow.Table....