Skip to content

Commit 8efb6bb

Browse files
committed
[FLINK-38121][python] Limit the version of pyarrow to <21.0.0 (apache#26815)
1 parent ef66453 commit 8efb6bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flink-python/dev/dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ python-dateutil>=2.8.0,<3
2222
cloudpickle~=2.2.0
2323
avro-python3>=1.8.1,!=1.9.2
2424
pandas>=1.3.0
25-
pyarrow>=5.0.0
25+
pyarrow>=5.0.0,<21.0.0
2626
pytz>=2018.3
2727
numpy>=1.22.4,!=2.3.0
2828
fastavro>=1.1.0,!=1.8.0

flink-python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def extracted_output_files(base_dir, file_path, output_directory):
323323
'protobuf>=3.19.0',
324324
'numpy>=1.22.4',
325325
'pandas>=1.3.0',
326-
'pyarrow>=5.0.0',
326+
'pyarrow>=5.0.0,<21.0.0',
327327
'pemja>=0.5.0,<0.6.0;platform_system != "Windows"',
328328
'httplib2>=0.19.0',
329329
'ruamel.yaml>=0.18.4',

0 commit comments

Comments
 (0)