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

github-bot pushed a change to branch 
dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.19.3
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 3b64cd2866 Bump nl.jqno.equalsverifier:equalsverifier from 3.19.2 to 
3.19.3
     add 7805427c81 add_init (#15471)
     add 38ad8fe44e Consuming Rebalance Summary (#15368)
     add f1da16473b Add DISTINCT_COUNT_OFF_HEAP aggregate function (#15469)
     add e673c1223f [Issue 12676 - Part 1] Moving dependency version 
declarations to maven properties (#15437)
     add bdd20267dc Bump org.codehaus.plexus:plexus-classworlds from 2.8.0 to 
2.9.0 (#15474)
     add e3f3786bef Bump org.mockito:mockito-core from 5.16.1 to 5.17.0 (#15475)
     add be5c50e853 Bump org.webjars:swagger-ui from 5.20.3 to 5.20.6 (#15476)
     add 5d7e843de7 Bump software.amazon.awssdk:bom from 2.31.15 to 2.31.16 
(#15477)
     add 0dc24dec49 Bump nl.jqno.equalsverifier:equalsverifier from 3.19.2 to 
3.19.3

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   (3b64cd2866)
            \
             N -- N -- N   
refs/heads/dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.19.3 
(0dc24dec49)

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/controller/BaseControllerStarter.java    |   1 +
 .../helix/core/minion/PinotTaskManager.java        |  18 +-
 .../core/rebalance/RebalanceSummaryResult.java     | 142 +++++-
 .../helix/core/rebalance/TableRebalancer.java      | 230 ++++++++-
 .../TableRebalancerClusterStatelessTest.java       | 259 +++++++++-
 .../query/NonScanBasedAggregationOperator.java     |   5 +
 .../pinot/core/plan/AggregationPlanNode.java       |   8 +-
 .../function/AggregationFunctionFactory.java       |   4 +-
 .../function/DistinctCountAggregationFunction.java |   2 +-
 .../DistinctCountMVAggregationFunction.java        |   2 +-
 .../DistinctCountOffHeapAggregationFunction.java   | 533 +++++++++++++++++++++
 .../impl/fakestream/FakeStreamConfigUtils.java     |   2 +-
 .../pinot/queries/DistinctCountQueriesTest.java    |  77 +++
 ...mingSegmentToBeMovedSummaryIntegrationTest.java | 175 +++++++
 .../tests/OfflineClusterIntegrationTest.java       |   3 +
 .../pinot/segment/spi/AggregationFunctionType.java |   3 +
 pom.xml                                            |  62 ++-
 17 files changed, 1465 insertions(+), 61 deletions(-)
 create mode 100644 
pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountOffHeapAggregationFunction.java
 create mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/KafkaConsumingSegmentToBeMovedSummaryIntegrationTest.java


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

Reply via email to