You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2020/10/06 01:29:13 UTC

[incubator-pinot] branch master updated (be99d78 -> b658925)

This is an automated email from the ASF dual-hosted git repository.

jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from be99d78  Add the primary key reading from the GenericRow (#6102)
     add b658925  Allow modifying/removing existing star-trees during segment reload (#6100)

No new revisions were added by this update.

Summary of changes:
 .../segment/index/loader/IndexLoadingConfig.java   |  18 ++--
 .../segment/index/loader/SegmentPreProcessor.java  |  41 ++++++--
 .../pinot/core/startree/StarTreeBuilderUtils.java  |  27 +++++
 .../apache/pinot/core/startree/StarTreeUtils.java  |  62 +++++++++++
 .../core/startree/v2/StarTreeV2Constants.java      |   5 +-
 .../pinot/core/startree/v2/StarTreeV2Metadata.java |  35 ++-----
 .../startree/v2/builder/MultipleTreesBuilder.java  |  36 ++++---
 .../v2/builder/StarTreeV2BuilderConfig.java        |  96 +++++++----------
 .../MultiNodesOfflineClusterIntegrationTest.java   |  15 +++
 .../tests/OfflineClusterIntegrationTest.java       | 114 ++++++++++++++++++---
 .../spi/config/table/StarTreeIndexConfig.java      |   7 +-
 11 files changed, 320 insertions(+), 136 deletions(-)


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