This is an automated email from the ASF dual-hosted git repository. prantogg pushed a commit to branch support-multipart in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
commit 02f099f2527b53f5b851eb06b8dd535e8384e621 Merge: e2277ca 15338e2 Author: Pranav Toggi <[email protected]> AuthorDate: Sat Oct 25 11:09:53 2025 -0700 Merge branch 'main' into support-multipart # Conflicts: # tpchgen-arrow/Cargo.toml rust-toolchain.toml | 2 +- tpchgen-arrow/Cargo.toml | 4 +-- tpchgen-cli/Cargo.toml | 12 ++++---- tpchgen-cli/src/main.rs | 2 +- tpchgen-cli/src/zone_df.rs | 58 +++++++++++++++++++----------------- tpchgen-cli/tests/cli_integration.rs | 28 ++++++++--------- 6 files changed, 54 insertions(+), 52 deletions(-) diff --cc tpchgen-arrow/Cargo.toml index f8bacc4,5a6a686..ba5fed6 --- a/tpchgen-arrow/Cargo.toml +++ b/tpchgen-arrow/Cargo.toml @@@ -9,8 -9,8 +9,8 @@@ readme = "README.md license = "Apache-2.0" [dependencies] - arrow = { version = "55.2", default-features = false, features = ["prettyprint"] } + arrow = { version = "56", default-features = false, features = ["prettyprint"] } -spatialbench = { path = "../spatialbench", version = "1.1.1" } +tpchgen = { path = "../tpchgen", version = "1.1.1" } geo = { workspace = true } geozero = { workspace = true } diff --cc tpchgen-cli/Cargo.toml index 92d81bf,5c568b6..4e1df54 --- a/tpchgen-cli/Cargo.toml +++ b/tpchgen-cli/Cargo.toml @@@ -10,11 -10,11 +10,11 @@@ license = { workspace = true repository = { workspace = true } [dependencies] - arrow = "55.2" - parquet = "55.2" + arrow = "56" + parquet = "56" clap = { version = "4.5.32", features = ["derive"] } -spatialbench = { path = "../spatialbench", version = "1.1.1"} -spatialbench-arrow = { path = "../spatialbench-arrow", version = "1.1.1" } +tpchgen = { path = "../tpchgen", version = "1.1.1"} +tpchgen-arrow = { path = "../tpchgen-arrow", version = "1.1.1" } tokio = { version = "1.44.1", features = ["full"]} futures = "0.3.31" num_cpus = "1.0"
