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

jlli pushed a change to branch add-resource-for-lead-controller-resource
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard 4dad00f  Explicitly set resource_enabled to false if absent
 discard c960884  Add resource config for lead controller resource
     add 25e7be1  [TE] Bug Fix - Parsing of multiple alert schemes (#4456)
     add d18fab9  [TE] anomaly filters potential inconsistency issue fix (#4448)
     add 2d0b247  [TE] Update Swagger Resource Package (#4458)
     add 6dc820a  Issue #4450: Support parsing of `Order By` clause in PQL 
compiler. (#4453)
     add 0fded63  [TE] Inject Sub Entity Name into the anomaly properties 
(#4452)
     add e0203c9  Add resource config for lead controller resource
     add 33bf7eb  Explicitly set resource_enabled to false if absent

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   (4dad00f)
            \
             N -- N -- N   refs/heads/add-resource-for-lead-controller-resource 
(33bf7eb)

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:
 .../pinot/common/request/AggregationInfo.java      |  384 +++--
 .../apache/pinot/common/request/BrokerRequest.java | 1533 ++++++++++----------
 .../apache/pinot/common/request/DataSource.java    |  216 ++-
 .../apache/pinot/common/request/Expression.java    |  421 +++---
 .../pinot/common/request/ExpressionType.java       |   11 +-
 .../pinot/common/request/FilterOperator.java       |   18 +-
 .../apache/pinot/common/request/FilterQuery.java   |  561 ++++---
 .../pinot/common/request/FilterQueryMap.java       |  260 ++--
 .../org/apache/pinot/common/request/Function.java  |  339 ++---
 .../org/apache/pinot/common/request/GroupBy.java   |  420 +++---
 .../pinot/common/request/HavingFilterQuery.java    |  562 ++++---
 .../pinot/common/request/HavingFilterQueryMap.java |  259 ++--
 .../apache/pinot/common/request/Identifier.java    |  220 ++-
 .../pinot/common/request/InstanceRequest.java      |  542 ++++---
 .../org/apache/pinot/common/request/Literal.java   |  364 ++---
 .../apache/pinot/common/request/PinotQuery.java    | 1048 ++++++-------
 .../apache/pinot/common/request/QuerySource.java   |  218 ++-
 .../org/apache/pinot/common/request/QueryType.java |  485 +++----
 .../org/apache/pinot/common/request/Selection.java |  486 +++----
 .../apache/pinot/common/request/SelectionSort.java |  285 ++--
 .../pinot/pql/parsers/pql2/ast/OrderByAstNode.java |   11 +-
 .../apache/pinot/pql/parsers/Pql2CompilerTest.java |   54 +-
 pinot-common/src/thrift/request.thrift             |    1 +
 pom.xml                                            |    6 +-
 thirdeye/thirdeye-pinot/config/dashboard.yml       |    3 +-
 ...er.java => EntityGroupKeyContentFormatter.java} |   15 +-
 .../pinot/thirdeye/detection/DetectionUtils.java   |    9 -
 .../alert/scheme/DetectionEmailAlerter.java        |    4 +-
 .../AbsoluteChangeRuleAnomalyFilter.java           |    3 +-
 .../PercentageChangeRuleAnomalyFilter.java         |   10 +-
 .../SitewideImpactRuleAnomalyFilter.java           |    5 +-
 .../components/ThresholdRuleAnomalyFilter.java     |   14 +-
 .../components/TriggerConditionGrouper.java        |    9 +-
 .../detection/wrapper/AnomalyDetectorWrapper.java  |    6 +
 .../thirdeye/detection/wrapper/GrouperWrapper.java |   14 +-
 .../yaml/translator/DetectionConfigTranslator.java |   24 +-
 .../translator/SubscriptionConfigTranslator.java   |    3 +-
 ...port.ftl => entity-groupkey-anomaly-report.ftl} |    0
 ...> TestEntityGroupKeyEmailContentFormatter.java} |   11 +-
 .../thirdeye/detection/DetectionTestUtils.java     |    9 +
 .../AbsoluteChangeRuleAnomalyFilterTest.java       |   25 +-
 .../PercentageChangeRuleAnomalyFilterTest.java     |   60 +-
 .../SitewideImpactRuleAnomalyFilterTest.java       |   20 +-
 .../components/ThresholdRuleAnomalyFilterTest.java |   56 +-
 .../components/TriggerConditionGrouperTest.java    |    3 +-
 .../wrapper/AnomalyDetectorWrapperTest.java        |    4 +-
 .../compositePipelineTranslatorTestResult-1.json   |    4 +-
 .../compositePipelineTranslatorTestResult-2.json   |    1 +
 .../compositePipelineTranslatorTestResult-4.json   |    1 +
 .../compositePipelineTranslatorTestResult-5.json   |    4 +
 50 files changed, 4230 insertions(+), 4791 deletions(-)
 rename 
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/alert/content/{EntityGroupByContentFormatter.java
 => EntityGroupKeyContentFormatter.java} (94%)
 rename 
thirdeye/thirdeye-pinot/src/main/resources/org/apache/pinot/thirdeye/detector/{entity-groupby-anomaly-report.ftl
 => entity-groupkey-anomaly-report.ftl} (100%)
 rename 
thirdeye/thirdeye-pinot/src/test/java/org/apache/pinot/thirdeye/alert/content/{TestEntityGroupByEmailContentFormatter.java
 => TestEntityGroupKeyEmailContentFormatter.java} (95%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to