yupeng9 opened a new pull request #6409: URL: https://github.com/apache/incubator-pinot/pull/6409
Use this PR instead of the previous [PR](https://github.com/apache/incubator-pinot/pull/6376) because the last commit mistakenly merged master (instead of rebase). ## Description Adding support for indexing (lat,lon) using Uber's H3 indexing. Part of https://github.com/apache/incubator-pinot/issues/5280 ``` select count(*) from starbucksStores where ST_DISTANCE(location_st_point , ST_POINT(-122, 37)) < 10 ``` Check the following individual PRs for more details https://github.com/apache/incubator-pinot/pull/6387 https://github.com/apache/incubator-pinot/pull/6391 https://github.com/apache/incubator-pinot/pull/6397 https://github.com/apache/incubator-pinot/pull/6398 https://github.com/apache/incubator-pinot/pull/6400 ## Upgrade Notes - New configuration options for Geospatial indexing using H3 * [X] Yes ## Release Notes If you have tagged this as either backward-incompat or release-notes, Add an [H3](https://h3geo.org/)-based geospatial indexing to speed up the filtering with `ST_Distance` ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org