paleolimbot opened a new issue, #801:
URL: https://github.com/apache/sedona-db/issues/801

   Currently we don't do support a KNN join for the Geography type. To make 
this work we have to:
   
   - Ensure that the duplicate rectangles inserted into the index are 
considered correctly (right/left side of the antimeridian), which may mean some 
additional deduplication.
   - Ensure we can push the distance calculation into the KNN query. The 
distance metric is possibly not what we want here (s2geography's distance 
calculation is possibly faster and the geo dependency in geo-index is causing 
dependency issues).
   - Add the KNN predicate to the list of supported predicates in the geography 
join planner.


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