You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/01/06 22:24:15 UTC

[GitHub] [incubator-pinot] yupeng9 opened a new issue #6417: Add distance range's lower bound support to Geoindex

yupeng9 opened a new issue #6417:
URL: https://github.com/apache/incubator-pinot/issues/6417


   The Geoindex introduced in this [PR](https://github.com/apache/incubator-pinot/pull/6409) supports only the upper bound of the distance range. It would be nice to add the lower bound support for queries like this
   ```
   select count(*) from starbucksStores  where  2000 < ST_DISTANCE(location_st_point , ST_POINT(-122, 37)) < 10000
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org