Skip to content

Commit

Permalink
upgrade delta-kernel-rs to 0.6.1 to fix reading tables partitioned on…
Browse files Browse the repository at this point in the history
… timestamp (#634)
  • Loading branch information
PatrickJin-db authored Jan 23, 2025
1 parent 73d9f36 commit 3481ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/delta-kernel-rust-sharing-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ name = "delta_kernel_rust_sharing_wrapper"
crate-type = ["cdylib"]

[dependencies]
arrow = { version = "53.3.0", features = ["pyarrow"] }
delta_kernel = { version = "0.6.0", features = ["cloud", "default-engine"]}
arrow = { version = "54.0.0", features = ["pyarrow"] }
delta_kernel = { version = "0.6.1", features = ["cloud", "default-engine"]}
openssl = { version = "0.10", features = ["vendored"] }
url = "2"

[dependencies.pyo3]
version = "0.22.4"
version = "0.23.3"
# "abi3-py38" tells pyo3 (and maturin) to build using the stable ABI with minimum Python version 3.8
features = ["abi3-py38"]

0 comments on commit 3481ef2

Please sign in to comment.