Skip to content

[SPARK-52927][PYTHON][INFRA] Upgrade pyarrow to 15.0 in image python-minimum#51632

Closed
zhengruifeng wants to merge 8 commits intoapache:masterfrom
zhengruifeng:fix_arrow_old_version
Closed

[SPARK-52927][PYTHON][INFRA] Upgrade pyarrow to 15.0 in image python-minimum#51632
zhengruifeng wants to merge 8 commits intoapache:masterfrom
zhengruifeng:fix_arrow_old_version

Conversation

@zhengruifeng
Copy link
Copy Markdown
Contributor

@zhengruifeng zhengruifeng commented Jul 23, 2025

What changes were proposed in this pull request?

Upgrade pyarrow to 15.0 in image python-minimum

I will test pyarrow version for python-ps-minimum, and finally update the docs, in separate PRs.

Why are the changes needed?

recent changes used features in newer versions, e.g.

  1. pa.Table.from_struct_array used in 537f813 is only available since 15.0
  2. pa.array(list of pa.Scalar) used in arrow UDF, is only available since 13.0

Does this PR introduce any user-facing change?

No

How was this patch tested?

PR builder with

default: '{"PYSPARK_IMAGE_TO_TEST": "python-minimum", "PYTHON_TO_TEST": "python3.10"}'

https://github.com/zhengruifeng/spark/runs/46547147080

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot removed the INFRA label Jul 24, 2025
@zhengruifeng zhengruifeng marked this pull request as ready for review July 24, 2025 00:23
@zhengruifeng zhengruifeng deleted the fix_arrow_old_version branch July 24, 2025 02:22
Copy link
Copy Markdown
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @zhengruifeng and Hyukjin.

cc @peter-toth .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants