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

hequn pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 2833504  [FLINK-17066][python] Update pyarrow version bounds less than 
0.14.0 (#11690)
2833504 is described below

commit 2833504f830ddb7b1172ae57428865fcb5cc9a83
Author: HuangXingBo <hxbks...@gmail.com>
AuthorDate: Thu Apr 9 22:28:19 2020 +0800

    [FLINK-17066][python] Update pyarrow version bounds less than 0.14.0 
(#11690)
---
 flink-python/setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/flink-python/setup.py b/flink-python/setup.py
index 16e939d..18a582b 100644
--- a/flink-python/setup.py
+++ b/flink-python/setup.py
@@ -224,7 +224,8 @@ run sdist.
         author_email='d...@flink.apache.org',
         python_requires='>=3.5',
         install_requires=['py4j==0.10.8.1', 'python-dateutil==2.8.0', 
'apache-beam==2.15.0',
-                          'cloudpickle==1.2.2', 'avro-python3>=1.8.1,<=1.9.1'],
+                          'cloudpickle==1.2.2', 'avro-python3>=1.8.1,<=1.9.1',
+                          'pyarrow>=0.11.1,<0.14.0'],
         tests_require=['pytest==4.4.1'],
         description='Apache Flink Python API',
         long_description=long_description,

Reply via email to