Skip to content

Commit 35e0e08

Browse files
committed
[SPARK-51550][PYTHON][INFRA] Upgrade pyarrow to 19 for PySpark on macOS
### What changes were proposed in this pull request? Upgrade pyarrow to 19 for PySpark on macOS ### Why are the changes needed? to test against the latest pyarrow ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? ci and manually check in my local (macos) ### Was this patch authored or co-authored using generative AI tooling? no Closes #50322 from zhengruifeng/infra_macos_pyarrow. Authored-by: Ruifeng Zheng <[email protected]> Signed-off-by: Ruifeng Zheng <[email protected]>
1 parent 25358eb commit 35e0e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
python${{matrix.python}} -m pip install --ignore-installed 'blinker>=1.6.2'
135135
python${{matrix.python}} -m pip install --ignore-installed 'six==1.16.0'
136-
python${{matrix.python}} -m pip install numpy 'pyarrow>=15.0.0' 'six==1.16.0' 'pandas==2.2.3' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' unittest-xml-reporting && \
136+
python${{matrix.python}} -m pip install numpy 'pyarrow>=19.0.0' 'six==1.16.0' 'pandas==2.2.3' scipy 'plotly<6.0.0' 'mlflow>=2.8.1' coverage matplotlib openpyxl 'memory-profiler>=0.61.0' 'scikit-learn>=1.3.2' unittest-xml-reporting && \
137137
python${{matrix.python}} -m pip install 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.29.1' 'googleapis-common-protos==1.65.0' 'graphviz==0.20.3' && \
138138
python${{matrix.python}} -m pip cache purge
139139
- name: List Python packages

0 commit comments

Comments
 (0)