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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
