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/05/12 18:25:55 UTC

[incubator-pinot] branch master updated (3aead87 -> 25bc1b5)

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 3aead87  [TE] frontend - harley/share-dashboard - make share-dashboard template support comparing two metrics (#5289)
     add 25bc1b5  Support default star-tree (#5147)

No new revisions were added by this update.

Summary of changes:
 .../generator/SegmentGeneratorConfig.java          | 11 ++-
 .../impl/SegmentIndexCreationDriverImpl.java       | 12 ++-
 .../startree/v2/builder/MultipleTreesBuilder.java  | 15 +++-
 .../v2/builder/StarTreeV2BuilderConfig.java        | 84 ++++++++++++++++++
 .../v2/builder/StarTreeV2BuilderConfigTest.java    | 99 ++++++++++++++++++++++
 .../pinot/spi/config/table/IndexingConfig.java     | 12 ++-
 .../spi/config/table/StarTreeIndexConfig.java      |  7 +-
 .../java/org/apache/pinot/spi/data/FieldSpec.java  |  4 +
 8 files changed, 235 insertions(+), 9 deletions(-)
 create mode 100644 pinot-core/src/test/java/org/apache/pinot/core/startree/v2/builder/StarTreeV2BuilderConfigTest.java


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