This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/software.amazon.awssdk-bom-2.31.62
in repository https://gitbox.apache.org/repos/asf/pinot.git
discard da4b0eb70f Bump software.amazon.awssdk:bom from 2.31.61 to 2.31.62
add 99cde4d164 [MSE] For constant expression query, solve it with a single
random server (#16083)
add ed62f82a88 Fix up the schema validation to perform most validations
for virtual columns as well (#16091)
add 44dde02db1 Continue Segment Reset post instance errors (#15903)
add 217b731085 try fixing CI error by running unit tests single-threadedly
(#16098)
add 6e8e3d2984 Add exception for resource limit exceeded in
MultiStageOperator (#16077)
add e528f7466e Bump software.amazon.awssdk:bom from 2.31.61 to 2.31.62
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 (da4b0eb70f)
\
N -- N -- N
refs/heads/dependabot/maven/software.amazon.awssdk-bom-2.31.62 (e528f7466e)
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:
.../scripts/pr-tests/.pinot_tests_unit.sh | 4 +-
.../helix/core/PinotHelixResourceManager.java | 32 +++++-
.../controller/helix/core/SegmentResetTest.java | 113 +++++++++++++++++++++
.../MultiNodesOfflineClusterIntegrationTest.java | 12 +++
.../apache/pinot/query/routing/WorkerManager.java | 97 ++++++++++--------
.../query/runtime/operator/MultiStageOperator.java | 3 +
.../pinot/segment/local/utils/SchemaUtils.java | 54 +++++-----
pom.xml | 2 +-
8 files changed, 244 insertions(+), 73 deletions(-)
create mode 100644
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/SegmentResetTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]