We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a77faa commit 451c5ccCopy full SHA for 451c5cc
crates/integration_tests/testdata/pyiceberg/Dockerfile
@@ -15,8 +15,8 @@
15
16
FROM python:3.9-bullseye
17
18
-RUN pip install pyiceberg==0.8 pyarrow==18.0 datafusion==43.1.0
+RUN pip install pyiceberg[pyarrow]==0.8 datafusion==43.1.0
19
20
-COPY load_types_table.py .
+COPY provision.py .
21
22
-ENTRYPOINT python3 load_types_table.py
+ENTRYPOINT python3 provision.py
crates/integration_tests/testdata/pyiceberg/load_types_table.py renamed to crates/integration_tests/testdata/pyiceberg/provision.py
0 commit comments