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: [email protected]
For additional commands, e-mail: [email protected]