Skip to content

chore(deps): bump foyer to v0.17.2 to prevent from wrong result #3428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ delta_kernel = { version = "0.10.0", features = [
] }

# arrow
arrow = { version = "55" }
arrow-arith = { version = "55" }
arrow-array = { version = "55", features = ["chrono-tz"] }
arrow-buffer = { version = "55" }
arrow-cast = { version = "55" }
arrow-ipc = { version = "55" }
arrow-json = { version = "55" }
arrow-ord = { version = "55" }
arrow-row = { version = "55" }
arrow-schema = { version = "55" }
arrow-select = { version = "55" }
object_store = { version = "0.12.0" }
parquet = { version = "55" }
arrow = { version = "=55.0.0" }
arrow-arith = { version = "=55.0.0" }
arrow-array = { version = "=55.0.0", features = ["chrono-tz"] }
arrow-buffer = { version = "=55.0.0" }
arrow-cast = { version = "=55.0.0" }
arrow-ipc = { version = "=55.0.0" }
arrow-json = { version = "=55.0.0" }
arrow-ord = { version = "=55.0.0" }
arrow-row = { version = "=55.0.0" }
arrow-schema = { version = "=55.0.0" }
arrow-select = { version = "=55.0.0" }
object_store = { version = "0.12.1" }
parquet = { version = "=55.0.0" }

# datafusion
datafusion = "47.0.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tokio = { workspace = true, features = [
] }

# caching
foyer = { version = "0.17.0", optional = true, features = ["serde"] }
foyer = { version = "0.17.2", optional = true, features = ["serde"] }
tempfile = { version = "3.19.1", optional = true }

# other deps (these should be organized and pulled into workspace.dependencies as necessary)
Expand Down
Loading