This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-spatialbench.git
The following commit(s) were added to refs/heads/main by this push:
new c35a444 cleanup dependencies and files (#52)
c35a444 is described below
commit c35a4448539783e73f062a792509dbee6b42ec4d
Author: Pranav Toggi <[email protected]>
AuthorDate: Tue Oct 14 15:43:18 2025 -0700
cleanup dependencies and files (#52)
---
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