Skip to content

Commit 9b4a8fa

Browse files
committed
WIP
1 parent b48f8f1 commit 9b4a8fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ sqlalchemy = { version = "^2.0.18", optional = true }
8181
bodo = { version = ">=2025.7.4", optional = true }
8282
daft = { version = ">=0.5.0", optional = true }
8383
cachetools = ">=5.5,<7.0"
84-
pyiceberg-core = { file = "/Users/fokko.driesprong/work/iceberg-rust/bindings/python/dist/pyiceberg_core-0.5.1-cp39-abi3-macosx_11_0_arm64.whl" }
84+
pyiceberg-core = { file = "/Users/fokko.driesprong/work/iceberg-rust/bindings/python/dist/pyiceberg_core-0.6.22-cp39-abi3-macosx_11_0_arm64.whl" }
8585
polars = { version = "^1.21.0", optional = true }
8686
thrift-sasl = { version = ">=0.4.3", optional = true }
8787
kerberos = {version = "^1.3.1", optional = true}

tests/utils/test_manifest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,9 +530,9 @@ def test_write_manifest(
530530
assert data_file.sort_order_id == 0
531531

532532

533-
@pytest.mark.parametrize("format_version", [1, 2])
534-
@pytest.mark.parametrize("parent_snapshot_id", [19, None])
535-
@pytest.mark.parametrize("compression", ["null", "deflate"])
533+
@pytest.mark.parametrize("format_version", [2])
534+
@pytest.mark.parametrize("parent_snapshot_id", [19])
535+
@pytest.mark.parametrize("compression", ["deflate"])
536536
def test_write_manifest_list(
537537
generated_manifest_file_file_v1: str,
538538
generated_manifest_file_file_v2: str,

0 commit comments

Comments
 (0)