This is an automated email from the ASF dual-hosted git repository. prantogg pushed a commit to branch cleanup-dependencies in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
commit a9e50b7c36497ffb1975612a3c00f22f19571725 Author: Pranav Toggi <[email protected]> AuthorDate: Tue Oct 14 10:31:20 2025 -0700 cleanup dependencies and files --- parquet-performance.png | Bin 61946 -> 0 bytes spatialbench-arrow/Cargo.toml | 1 + spatialbench/Cargo.toml | 6 ------ tbl-performance.png | Bin 49477 -> 0 bytes 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/parquet-performance.png b/parquet-performance.png deleted file mode 100644 index 462c995..0000000 Binary files a/parquet-performance.png and /dev/null differ diff --git a/spatialbench-arrow/Cargo.toml b/spatialbench-arrow/Cargo.toml index 71ca3a0..6965c72 100644 --- a/spatialbench-arrow/Cargo.toml +++ b/spatialbench-arrow/Cargo.toml @@ -13,6 +13,7 @@ arrow = { version = "55.2", default-features = false, features = ["prettyprint"] spatialbench = { path = "../spatialbench", version = "1.1.1" } geo = { workspace = true } geozero = { workspace = true } + [dev-dependencies] arrow-csv = "55.2" chrono = "0.4.39" diff --git a/spatialbench/Cargo.toml b/spatialbench/Cargo.toml index b53c929..a3c123c 100644 --- a/spatialbench/Cargo.toml +++ b/spatialbench/Cargo.toml @@ -13,12 +13,6 @@ license = { workspace = true } # See ../ARCHITECTURE.md for more details [dependencies] rand = { version = "0.8", features = ["small_rng"] } -duckdb = { version = "1.3.0", features = ["bundled"] } geo = { workspace = true } -geozero = { workspace = true } once_cell = "1.21.3" -log = "0.4.27" serde = { version = "1.0.219", features = ["derive"] } - -[dev-dependencies] -flate2 = "1.1.0" diff --git a/tbl-performance.png b/tbl-performance.png deleted file mode 100644 index 2e64f11..0000000 Binary files a/tbl-performance.png and /dev/null differ
