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

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


 discard f39fa74  Support cast as a transform function
     add 6a97127  Decouple server instance id with hostname/port config. (#4995)
     add 0c1be2f  [TE] auto enable data-availaibity trigger for PINOT 
detections without cron (#5009)
     add 01a9187  [TE][bug] Bring back the cleanCode method accidentally 
removed in #4900 (#5024)
     add 73b93da  [TE] Allow fallback for out-of-window cases (#5025)
     add 76d6934  [TE] frontend - harleyjj/alert-details - fix anomaly chart 
mapping to be robust against imprecision (#5012)
     add 9232f59  [TE] endpoint - harleyjj/yamlresource - add dataset as an 
optional param for yaml/list (#5011)
     new 04943e5  Support cast as a transform function

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   (f39fa74)
            \
             N -- N -- N   refs/heads/support-cast (04943e5)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../tests/ServerStarterIntegrationTest.java        | 148 ++++++++++++++
 .../server/starter/helix/HelixServerStarter.java   |  51 ++++-
 .../app/pods/components/alert-details/component.js | 214 ++++++++++-----------
 .../trigger/DataAvailabilityTaskScheduler.java     |   5 +-
 .../DataAvailabilitySchedulingConfiguration.java   |   2 +-
 .../thirdeye/detection/DefaultDataProvider.java    |  10 +
 .../detection/DetectionPipelineScheduler.java      |   4 +-
 .../cache/builder/AnomaliesCacheBuilder.java       |   6 +
 .../cache/builder/TimeSeriesCacheBuilder.java      |   6 +
 .../thirdeye/detection/yaml/YamlResource.java      |  78 +++++++-
 .../yaml/translator/DetectionConfigTranslator.java |  11 ++
 .../trigger/DataAvailabilityTaskSchedulerTest.java |  20 +-
 .../thirdeye/detection/yaml/YamlResourceTest.java  |   4 +-
 .../translator/DetectionConfigTranslatorTest.java  |   6 +
 .../src/test/resources/sample-detection-config.yml |   3 +
 15 files changed, 440 insertions(+), 128 deletions(-)
 create mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/ServerStarterIntegrationTest.java


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

Reply via email to