Skip to content

Commit 2749705

Browse files
committed
Import
1 parent 5f5955a commit 2749705

3 files changed

Lines changed: 2 additions & 42 deletions

File tree

pyiceberg/manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
)
6060

6161
if TYPE_CHECKING:
62-
from pyiceberg.table import TableMetadata
62+
from pyiceberg.table.metadata import TableMetadata
6363

6464
UNASSIGNED_SEQ = -1
6565
DEFAULT_BLOCK_SIZE = 67108864 # 64 * 1024 * 1024

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ psycopg2-binary = { version = ">=2.9.6", optional = true }
8080
sqlalchemy = { version = "^2.0.18", optional = true }
8181
getdaft = { version = ">=0.2.12", optional = true }
8282
cachetools = "^5.5.0"
83-
pyiceberg-core = { file = "/Users/fokko.driesprong/work/iceberg-rust/bindings/python/dist/pyiceberg_core-0.6848946131548.0-cp39-abi3-macosx_11_0_arm64.whl" }
83+
pyiceberg-core = { file = "/Users/fokko.driesprong/work/iceberg-rust/bindings/python/dist/pyiceberg_core-0.4.0-cp39-abi3-macosx_11_0_arm64.whl" }
8484
polars = { version = "^1.21.0", optional = true }
8585
thrift-sasl = { version = ">=0.4.3", optional = true }
8686
kerberos = {version = "^1.3.1", optional = true}

release-announcement-email.txt

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)