You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-52877][PYTHON][FOLLOW-UP] Use columns instead of itercolumns in RecordBatch
### What changes were proposed in this pull request?
This PR proposes to use `columns` instead of `itercolumns` in RecordBatch, which does not exist in the old version of PyArrow.
### Why are the changes needed?
To recover the build https://github.com/apache/spark/actions/runs/16507806777/job/46682838114
This is just a temporary workaround.
### Does this PR introduce _any_ user-facing change?
No, test-only.
### How was this patch tested?
Manually.
### Was this patch authored or co-authored using generative AI tooling?
No,
Closes#51661 from HyukjinKwon/SPARK-52877.
Authored-by: Hyukjin Kwon <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
0 commit comments