Skip to content

Commit 451c5cc

Browse files
committed
Use pyarrow as req of pyiceberg when installing it for the integration test fixture
1 parent 1a77faa commit 451c5cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

crates/integration_tests/testdata/pyiceberg/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
FROM python:3.9-bullseye
1717

18-
RUN pip install pyiceberg==0.8 pyarrow==18.0 datafusion==43.1.0
18+
RUN pip install pyiceberg[pyarrow]==0.8 datafusion==43.1.0
1919

20-
COPY load_types_table.py .
20+
COPY provision.py .
2121

22-
ENTRYPOINT python3 load_types_table.py
22+
ENTRYPOINT python3 provision.py

0 commit comments

Comments
 (0)