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 230d088 commit 7e754d5Copy full SHA for 7e754d5
tests/integration/test_reads.py
@@ -48,7 +48,7 @@
48
pyarrow_to_schema,
49
)
50
from pyiceberg.schema import Schema
51
-from pyiceberg.table import Table, update_table_metadata
+from pyiceberg.table import Table
52
from pyiceberg.types import (
53
BinaryType,
54
BooleanType,
@@ -59,7 +59,6 @@
59
TimestampType,
60
61
from pyiceberg.utils.concurrent import ExecutorFactory
62
-from pyiceberg.table.update import SetPropertiesUpdate, RemovePropertiesUpdate
63
64
DEFAULT_PROPERTIES = {"write.parquet.compression-codec": "zstd"}
65
0 commit comments