pwrliang commented on code in PR #645:
URL: https://github.com/apache/sedona-db/pull/645#discussion_r2890533109
##########
rust/sedona-spatial-join/src/lib.rs:
##########
@@ -33,8 +33,7 @@ pub use exec::SpatialJoinExec;
// Re-export function for register the spatial join planner
pub use planner::register_planner;
-// Re-export types needed for external usage (e.g., in Comet)
-pub use index::{SpatialIndex, SpatialJoinBuildMetrics};
+// pub use index::SpatialJoinBuildMetrics;
pub use spatial_predicate::SpatialPredicate;
Review Comment:
The spatial join module is not currently used externally.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]