Skip to content

Commit ab66815

Browse files
committed
Clean up
1 parent 1667b98 commit ab66815

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ datafusion-ffi = { git = "https://github.com/paleolimbot/datafusion.git", branch
130130
datafusion-physical-expr = { git = "https://github.com/paleolimbot/datafusion.git", branch = "local-49-with-patch", package = "datafusion-physical-expr" }
131131
datafusion-physical-plan = { git = "https://github.com/paleolimbot/datafusion.git", branch = "local-49-with-patch", package = "datafusion-physical-plan" }
132132

133+
# TODO: remove them once changes we made to geo-index and wkb crates are merged to upstream and released
133134
geo-index = { git = "https://github.com/Kontinuation/geo-index.git", branch = "geo-0.31.0" }
134-
# geo-index = { path = "/Users/bopeng/workspace/github/geo-index" }
135135
wkb = { git = "https://github.com/Kontinuation/wkb", branch = "expose-more-apis" }
136-
# wkb = { path = "/Users/bopeng/workspace/github/wkb.worktrees/main" }

rust/sedona-spatial-join/src/refine/geos.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ use geos::{Geom, PreparedGeometry};
2424
use parking_lot::Mutex;
2525
use sedona_common::{sedona_internal_err, ExecutionMode, SpatialJoinOptions};
2626
use sedona_expr::statistics::GeoStatistics;
27-
// use wkb::reader::{to_geos::GEOSWkbFactory, Wkb};
2827
use sedona_geos::wkb_to_geos::GEOSWkbFactory;
2928
use wkb::reader::Wkb;
3029

0 commit comments

Comments
 (0)