Kontinuation opened a new pull request, #437: URL: https://github.com/apache/sedona-db/pull/437
`KnnComponents` is only used when running KNN join (spatial predicate is `SpatialPredicate::KNearestNeighbors(...)`), and it reserves lots of memory for cached geometry objects. Currently the KnnComponents is always initialized even when running range join or distance join. This patch changes `knn_components` to be optional and only present when running KNN join. -- 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]
