This is an automated email from the ASF dual-hosted git repository. kishoreg pushed a change to branch h3-index in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 561a905 Fixing license issues add e71f01a Allow multiple H3 index resolutions (#6387) No new revisions were added by this update. Summary of changes: .../org/apache/pinot/core/common/DataSource.java | 3 +- .../transform/function/ScalarFunctions.java | 17 ++++++- .../operator/filter/H3IndexFilterOperator.java | 13 ++++-- .../creator/impl/geospatial/H3IndexCreator.java | 18 +++++--- .../creator/impl/geospatial/H3IndexResolution.java | 53 ++++++++++++++++++++++ .../index/loader/invertedindex/H3IndexHandler.java | 6 ++- .../index/readers/geospatial/H3IndexReader.java | 9 +++- .../impl/geospatial/H3IndexResolutionTest.java | 17 +++++++ .../org/apache/pinot/tools/GenericQuickstart.java | 3 +- 9 files changed, 119 insertions(+), 20 deletions(-) create mode 100644 pinot-core/src/main/java/org/apache/pinot/core/segment/creator/impl/geospatial/H3IndexResolution.java create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/segment/creator/impl/geospatial/H3IndexResolutionTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org