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 d6fbca9 commit fff7414Copy full SHA for fff7414
tests/integration/test_add_files.py
@@ -33,7 +33,7 @@
33
from pyiceberg.catalog import Catalog
34
from pyiceberg.exceptions import NoSuchTableError
35
from pyiceberg.io import FileIO
36
-from pyiceberg.io.pyarrow import UnsupportedPyArrowTypeException, _pyarrow_schema_ensure_large_types
+from pyiceberg.io.pyarrow import UnsupportedPyArrowTypeException
37
from pyiceberg.manifest import DataFile
38
from pyiceberg.partitioning import UNPARTITIONED_PARTITION_SPEC, PartitionField, PartitionSpec
39
from pyiceberg.schema import Schema
0 commit comments