This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 20f2cb0365b5 [SPARK-47737][PYTHON][FOLLOWUP] Bump PyArrow to 10.0.0 in
`requirements.txt`
20f2cb0365b5 is described below
commit 20f2cb0365b5c4e991173fdf5450928cbaf8da13
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 6 16:25:36 2024 +0900
[SPARK-47737][PYTHON][FOLLOWUP] Bump PyArrow to 10.0.0 in `requirements.txt`
### What changes were proposed in this pull request?
This is a follow-up of the following.
- https://github.com/apache/spark/pull/45892 .
### Why are the changes needed?
To update `requirements.txt` consistently.
### Does this PR introduce _any_ user-facing change?
No, this is a dev-only change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #48009 from dongjoon-hyun/SPARK-47737.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
dev/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/requirements.txt b/dev/requirements.txt
index e0216a63ba79..496840d5f229 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -3,7 +3,7 @@ py4j>=0.10.9.7
# PySpark dependencies (optional)
numpy>=1.21
-pyarrow>=4.0.0
+pyarrow>=10.0.0
six==1.16.0
pandas>=1.4.4
scipy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]