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/pinot.git
from e84f3f5667 ensure inverse And/OrFilterOperator implementations match the query (#13199) add 1950323cc9 Allow all raw index config in star-tree index (#13225) No new revisions were added by this update. Summary of changes: .../pinot/core/startree/v2/BaseStarTreeV2Test.java | 22 ++++--- .../tests/StarTreeClusterIntegrationTest.java | 26 +++++---- .../startree/v2/builder/BaseSingleTreeBuilder.java | 16 +++-- .../v2/builder/StarTreeV2BuilderConfig.java | 26 +-------- .../segment/local/utils/TableConfigUtils.java | 51 ++++++++-------- .../v2/builder/StarTreeBuilderUtilsTest.java | 2 +- .../v2/builder/StarTreeV2BuilderConfigTest.java | 37 +++++------- .../segment/local/utils/TableConfigUtilsTest.java | 45 ++++++++------ .../spi/index/startree/AggregationSpec.java | 68 ++++++++++++++++++---- .../spi/index/startree/StarTreeV2Constants.java | 4 ++ .../spi/index/startree/StarTreeV2Metadata.java | 43 ++++++++++++-- .../spi/index/startree/StarTreeV2MetadataTest.java | 51 ++++++---------- .../apache/pinot/spi/config/table/FieldConfig.java | 11 ++-- .../config/table/StarTreeAggregationConfig.java | 53 ++++++++++++++++- .../spi/config/table/StarTreeIndexConfig.java | 2 +- 15 files changed, 288 insertions(+), 169 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org