This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 812f424ea1 [Python] Change pyarrow version (#6492)
812f424ea1 is described below

commit 812f424ea14e41a8ab03cd7e3c5ffd2639b50f34
Author: umi <[email protected]>
AuthorDate: Wed Oct 29 17:11:50 2025 +0800

    [Python] Change pyarrow version (#6492)
---
 paimon-python/dev/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/paimon-python/dev/requirements.txt 
b/paimon-python/dev/requirements.txt
index 26a8de68b5..9f4b80b9bd 100644
--- a/paimon-python/dev/requirements.txt
+++ b/paimon-python/dev/requirements.txt
@@ -34,7 +34,7 @@ polars==0.9.12; python_version<"3.8"
 polars==1.8.0; python_version=="3.8"
 polars==1.32.0; python_version>"3.8"
 pyarrow==6.0.1; python_version < "3.8"
-pyarrow>=16; python_version >= "3.8"
+pyarrow==16; python_version >= "3.8"
 readerwriterlock==1.0.9
 zstandard==0.19.0; python_version<"3.9"
 zstandard==0.24.0; python_version>="3.9"
\ No newline at end of file

Reply via email to