This is an automated email from the ASF dual-hosted git repository. prantogg pushed a commit to branch upgrade-arrow in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
commit 6364295bd588f20a3bcd7a08043a025ac968cfd7 Author: Pranav Toggi <[email protected]> AuthorDate: Fri Oct 17 18:22:56 2025 -0700 update arrow, parquet and datafusion versions --- spatialbench-arrow/Cargo.toml | 4 ++-- spatialbench-cli/Cargo.toml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spatialbench-arrow/Cargo.toml b/spatialbench-arrow/Cargo.toml index 6965c72..6afb44f 100644 --- a/spatialbench-arrow/Cargo.toml +++ b/spatialbench-arrow/Cargo.toml @@ -9,11 +9,11 @@ readme = "README.md" license = "Apache-2.0" [dependencies] -arrow = { version = "55.2", default-features = false, features = ["prettyprint"] } +arrow = { version = "56.2.0", default-features = false, features = ["prettyprint"] } spatialbench = { path = "../spatialbench", version = "1.1.1" } geo = { workspace = true } geozero = { workspace = true } [dev-dependencies] -arrow-csv = "55.2" +arrow-csv = "56.2.0" chrono = "0.4.39" diff --git a/spatialbench-cli/Cargo.toml b/spatialbench-cli/Cargo.toml index 1180f39..f697687 100644 --- a/spatialbench-cli/Cargo.toml +++ b/spatialbench-cli/Cargo.toml @@ -10,8 +10,8 @@ license = { workspace = true } repository = { workspace = true } [dependencies] -arrow = "55.2" -parquet = "55.2" +arrow = "56.2.0" +parquet = "56.2.0" clap = { version = "4.5.32", features = ["derive"] } spatialbench = { path = "../spatialbench", version = "1.1.1"} spatialbench-arrow = { path = "../spatialbench-arrow", version = "1.1.1" } @@ -23,10 +23,10 @@ env_logger = "0.11.7" serde = { version = "1.0.219", features = ["derive"] } anyhow = "1.0.99" serde_yaml = "0.9.33" -datafusion = "47.0.0" +datafusion = "50.2.0" object_store = { version = "0.12.4", features = ["aws"] } -arrow-array = "55.2.0" -arrow-schema = "55.2.0" +arrow-array = "56.2.0" +arrow-schema = "56.2.0" url = "2.5.7" [dev-dependencies]
