Skip to content

[SPARK-50019][INFRA] Install BASIC_PIP_PKGS except pyarrow in Python 3.13 image#48528

Closed
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-50019
Closed

[SPARK-50019][INFRA] Install BASIC_PIP_PKGS except pyarrow in Python 3.13 image#48528
dongjoon-hyun wants to merge 1 commit intoapache:masterfrom
dongjoon-hyun:SPARK-50019

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 17, 2024

What changes were proposed in this pull request?

This PR aims to install BASIC_PIP_PKGS except pyarrow in Python 3.13 image.

Why are the changes needed?

Traceback (most recent call last):
  File "/__w/spark/spark/python/pyspark/sql/pandas/utils.py", line 28, in require_minimum_pandas_version
    import pandas
ModuleNotFoundError: No module named 'pandas'

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Manual check with the built image of this PR builder.

$ docker run -it --rm ghcr.io/dongjoon-hyun/apache-spark-ci-image:master-11392974455 python3.13 -m pip list | grep pandas
pandas                   2.2.3

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

No.

@github-actions github-actions bot added the BUILD label Oct 17, 2024
@dongjoon-hyun
Copy link
Member Author

Could you review this PR, @viirya ?

@HyukjinKwon
Copy link
Member

Merged to master.

@dongjoon-hyun
Copy link
Member Author

Thank you, @HyukjinKwon !

@dongjoon-hyun dongjoon-hyun deleted the SPARK-50019 branch October 18, 2024 02:39
Copy link
Member

@viirya viirya left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@dongjoon-hyun
Copy link
Member Author

Thank you, @viirya !

@dongjoon-hyun
Copy link
Member Author

For the record, Today's pyspark-pandas test pipeline passed with this PR.

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