This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch realtime_segment_assignment
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
discard 7fe2932 [Resource Assignment] Plug in resource assignment to LLC
REALTIME table
add cf954ae [TE] remove erroneous import (#4691)
add 144cd98 [TE] handle data insufficient exceptions in the detection
pipeline (#4685)
add 7540702 Enhance Selection Comparator (#4702)
add 4f997af Add documenation for queryOptions groupByMode and
responseFormat (#4708)
add f81e07a [TE] changed retention and Pinot metadata sync frequency
(#4700)
add 61a88da [Resource Assignment] Plug in resource assignment to LLC
REALTIME table
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 (7fe2932)
\
N -- N -- N refs/heads/realtime_segment_assignment (61a88da)
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:
docs/pql_examples.rst | 38 ++++++++
.../operator/query/SelectionOrderByOperator.java | 87 +++++++++--------
.../apache/pinot/core/plan/TransformPlanNode.java | 79 +++++++++-------
.../query/selection/SelectionOperatorService.java | 49 +++++-----
.../query/selection/SelectionOperatorUtils.java | 61 ++++++++++--
.../tests/PinotURIUploadIntegrationTest.java | 32 -------
.../thirdeye/anomaly/monitor/MonitorConstants.java | 6 +-
.../anomaly/monitor/MonitorTaskRunner.java | 12 +--
.../detection/algorithm/DimensionWrapper.java | 104 ++++++++++++++-------
.../detection/health/DetectionTaskStatus.java | 1 -
10 files changed, 282 insertions(+), 187 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]