From b2339a070ccb198db80b1accf613f8f2037324f2 Mon Sep 17 00:00:00 2001 From: Maximilian Speicher Date: Fri, 30 Apr 2021 10:49:02 +0200 Subject: [PATCH 1/2] Update pyarrow --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f53650af..db6c2c95e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ boto3>=1.12.49,<2.0.0 botocore>=1.15.49,<2.0.0 numpy>=1.18.0,<1.21.0 pandas>=1.1.0,<1.3.0 -pyarrow>=2.0.0,<3.1.0 +pyarrow>=2.0.0,<4.1.0 redshift-connector~=2.0.0 pymysql>=0.9.0,<1.1.0 pg8000>=1.16.0,<1.19.0 From b191e5916fe03b71e47147f4d044cbddbb02fde9 Mon Sep 17 00:00:00 2001 From: Abdel Jaidi Date: Fri, 30 Apr 2021 11:26:41 +0100 Subject: [PATCH 2/2] Upgrading Arrow version for build process --- building/lambda/build-lambda-layer.sh | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/building/lambda/build-lambda-layer.sh b/building/lambda/build-lambda-layer.sh index 9614849fb..8bf96afe7 100644 --- a/building/lambda/build-lambda-layer.sh +++ b/building/lambda/build-lambda-layer.sh @@ -14,7 +14,7 @@ export ARROW_HOME=$(pwd)/dist export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH git clone \ - --branch apache-arrow-3.0.0 \ + --branch apache-arrow-4.0.0 \ --single-branch \ https://github.com/apache/arrow.git diff --git a/setup.cfg b/setup.cfg index a35ecce80..ac5a44c20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ license_files = [flake8] max-line-length = 120 extend-ignore = E203, W503 -exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.tox,dev,.env,.coverage +exclude = .git,__pycache__,docs/source/conf.py,old,build,dist,.venv,.venv2,.tox,dev,.env,.coverage [mypy] python_version = 3.6