You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ki...@apache.org on 2021/01/02 17:19:08 UTC

[incubator-pinot] branch h3-index updated (83bc217 -> e0d406f)

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 83bc217  Cleaned up H3Index Reader/Creator (#6397)
     add e0d406f  Reformat H3 index config spec (#6398)

No new revisions were added by this update.

Summary of changes:
 .../creator/impl/geospatial/H3IndexCreator.java    | 46 -----------
 .../index/column/PhysicalColumnIndexContainer.java |  8 +-
 .../segment/index/loader/IndexLoadingConfig.java   | 23 ++++--
 .../segment/index/loader/SegmentPreProcessor.java  |  2 +-
 .../index/loader/invertedindex/H3IndexHandler.java | 10 +--
 .../impl/geospatial/H3IndexCreatorTest.java        | 92 ++++++++++++++++++++++
 .../apache/pinot/spi/config/table/FieldConfig.java |  2 +-
 .../{H3IndexConfig.java => H3IndexColumn.java}     | 32 ++++++--
 .../pinot/spi/config/table/IndexingConfig.java     | 10 ---
 .../starbucksStores_offline_table_config.json      | 18 +++--
 10 files changed, 155 insertions(+), 88 deletions(-)
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/segment/creator/impl/geospatial/H3IndexCreatorTest.java
 rename pinot-spi/src/main/java/org/apache/pinot/spi/config/table/{H3IndexConfig.java => H3IndexColumn.java} (57%)


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