Skip to content

Commit 4d74d70

Browse files
Update pyarrow (#670)
* Update pyarrow * Upgrading Arrow version for build process Co-authored-by: Abdel Jaidi <[email protected]>
1 parent 1d40edf commit 4d74d70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

building/lambda/build-lambda-layer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export ARROW_HOME=$(pwd)/dist
1414
export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH
1515

1616
git clone \
17-
--branch apache-arrow-3.0.0 \
17+
--branch apache-arrow-4.0.0 \
1818
--single-branch \
1919
https://github.com/apache/arrow.git
2020

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ boto3>=1.12.49,<2.0.0
22
botocore>=1.15.49,<2.0.0
33
numpy>=1.18.0,<1.21.0
44
pandas>=1.1.0,<1.3.0
5-
pyarrow>=2.0.0,<3.1.0
5+
pyarrow>=2.0.0,<4.1.0
66
redshift-connector~=2.0.0
77
pymysql>=0.9.0,<1.1.0
88
pg8000>=1.16.0,<1.19.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license_files =
77
[flake8]
88
max-line-length = 120
99
extend-ignore = E203, W503
10-
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.tox,dev,.env,.coverage
10+
exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.venv2,.tox,dev,.env,.coverage
1111

1212
[mypy]
1313
python_version = 3.6

0 commit comments

Comments
 (0)