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 2018/11/22 02:01:34 UTC

[incubator-pinot] branch range_opt updated (5898f6f -> 63b7b4d)

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

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


 discard 5898f6f  Optimize all filter predicates by adding isAlwaysTrue()
     add 5b1e6ec  [TE] Some more minor changes to the look of the template (#3534)
     add 0389a6c  [TE] roocause - fix dimension table metric select/unselect (#3533)
     add 2ce0bca  [TE] frontend - harleyjj/rootcause - fix data inconsistency warning t… (#3532)
     add 4162fb3  [TE] Anomaly function to new pipeline YAML converter (#3537)
     add 79f83e9  [TE] rootcause - prevent metric selection change on dimension table tab change (#3536)
     add 63b7b4d  Optimize all filter predicates by adding isAlwaysTrue()

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5898f6f)
            \
             N -- N -- N   refs/heads/range_opt (63b7b4d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../core/operator/filter/TestFilterOperator.java   |   4 +-
 .../com/linkedin/pinot/perf/RawIndexBenchmark.java |   7 +-
 .../pods/components/rootcause-anomaly/component.js |  57 ++++++--
 .../pods/components/rootcause-anomaly/template.hbs |   2 +-
 .../rootcause-dimensions-table/component.js        |  18 ++-
 .../app/pods/rootcause/template.hbs                |   1 +
 .../components/rootcause-anomaly/component-test.js |  91 ++++++++++--
 .../detection/DetectionMigrationResource.java      | 162 ++++++++++++++++++++-
 .../detection/algorithm/DimensionWrapper.java      |  63 ++++++--
 .../detection/annotation/DetectionRegistry.java    |   2 +-
 .../thirdeye/detection/spi/components/Tunable.java |   2 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |  10 +-
 .../wrapper/BaselineFillingMergeWrapper.java       |   9 +-
 .../yaml/CompositePipelineConfigTranslator.java    | 107 +++++++++++---
 .../yaml/YamlDetectionConfigTranslator.java        |   2 +-
 .../thirdeye/detection/yaml/YamlResource.java      |   5 +
 .../thirdeye/detector/holiday-anomaly-report.ftl   |  58 ++++----
 .../com/linkedin/thirdeye/detector/lib/utils.ftl   |   4 +-
 .../CompositePipelineConfigTranslatorTest.java     |   3 +-
 .../compositePipelineTranslatorTestResult-1.json   |  59 +++++---
 .../compositePipelineTranslatorTestResult-2.json   |  15 +-
 .../thirdeye/detection/yaml/pipeline-config-1.yaml |   8 +
 ...multiple-anomalies-email-content-formatter.html |  12 +-
 23 files changed, 547 insertions(+), 154 deletions(-)


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