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 28f59ef Added H3IndexFilterOperator (#6391) add 83bc217 Cleaned up H3Index Reader/Creator (#6397) No new revisions were added by this update. Summary of changes: .../core/common/datatable/DataTableUtils.java | 4 +- .../indexsegment/mutable/MutableSegmentImpl.java | 4 +- .../segment/creator/GeoSpatialIndexCreator.java | 9 +++ .../creator/impl/geospatial/H3IndexCreator.java | 89 +++++++++++++++------- .../segment/index/column/ColumnIndexContainer.java | 2 +- .../index/column/PhysicalColumnIndexContainer.java | 15 ++-- .../segment/index/datasource/BaseDataSource.java | 20 +++-- .../index/datasource/ImmutableDataSource.java | 6 +- .../index/datasource/MutableDataSource.java | 19 +++-- .../segment/index/loader/IndexLoadingConfig.java | 13 ++-- .../segment/index/loader/SegmentPreProcessor.java | 8 +- .../index/loader/invertedindex/H3IndexHandler.java | 19 ++--- .../index/readers/geospatial/H3IndexReader.java | 29 +++---- .../{UpsertConfig.java => H3IndexConfig.java} | 29 ++++--- .../pinot/spi/config/table/IndexingConfig.java | 11 +-- .../org/apache/pinot/tools/GenericQuickstart.java | 2 +- .../starbucksStores_offline_table_config.json | 7 +- 17 files changed, 172 insertions(+), 114 deletions(-) copy pinot-spi/src/main/java/org/apache/pinot/spi/config/table/{UpsertConfig.java => H3IndexConfig.java} (59%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org