Kontinuation commented on code in PR #592:
URL: https://github.com/apache/sedona-db/pull/592#discussion_r2788789444


##########
rust/sedona-spatial-join/src/partitioning/flat.rs:
##########
@@ -40,6 +40,7 @@ use sedona_geometry::interval::IntervalTrait;
 use crate::partitioning::{SpatialPartition, SpatialPartitioner};
 
 /// Spatial partitioner that linearly scans partition boundaries.
+#[derive(Clone)]
 pub struct FlatPartitioner {
     boundaries: Vec<BoundingBox>,
 }

Review Comment:
   FlatPartitioner is designed to have only a small number of boundaries. This 
won't be a big problem.



-- 
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]

Reply via email to