Skip to content

Commit 40c2156

Browse files
authored
Merge pull request JanKaul#264 from JanKaul/pyiceberg-integration-test
Pyiceberg integration test
2 parents e193f0a + 99fe733 commit 40c2156

File tree

3 files changed

+407
-0
lines changed

3 files changed

+407
-0
lines changed

Cargo.lock

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion_iceberg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ uuid = { workspace = true }
3434
duckdb = { version = "1.4", features = ["bundled"] }
3535
iceberg-rest-catalog = { path = "../catalogs/iceberg-rest-catalog" }
3636
iceberg-sql-catalog = { path = "../catalogs/iceberg-sql-catalog" }
37+
pyo3 = { version = "0.25", features = ["auto-initialize"] }
3738
reqwest = "0.12"
3839
sqlx = { version = "0.8", features = ["runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql"], default-features = false }
3940
tempfile = "3.17.1"

0 commit comments

Comments
 (0)