Kontinuation commented on code in PR #573:
URL: https://github.com/apache/sedona-db/pull/573#discussion_r2767089074
##########
rust/sedona-spatial-join/src/stream.rs:
##########
@@ -1037,12 +1091,13 @@ impl SpatialJoinBatchIterator {
last_produced_probe_idx: -1,
build_batch_positions: Vec::new(),
probe_indices: Vec::new(),
Review Comment:
The code will be refactored to move `distances` and `knn_results_merger`
into a struct, that will make the invariant always be enforced.
--
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]