This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a change to branch
dependabot/maven/org.openrewrite.recipe-rewrite-jackson-1.27.0
in repository https://gitbox.apache.org/repos/asf/druid.git
discard 052c093c405 build(deps): bump org.openrewrite.recipe:rewrite-jackson
add f580b2c9735 fix: Cast for comparison for LONG + IN. (#19834)
add c612a1e82d5 feat: composite partial load matcher and load spec (#19791)
add 19f509dee14 build(deps): bump org.openrewrite.recipe:rewrite-jackson
add 1ba2e8726f0 fix: align OpenRewrite plugin with Jackson recipes
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 (052c093c405)
\
N -- N -- N
refs/heads/dependabot/maven/org.openrewrite.recipe-rewrite-jackson-1.27.0
(1ba2e8726f0)
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:
pom.xml | 2 +-
.../apache/druid/query/filter/TypedInFilter.java | 16 +-
.../segment/loading/CompositePartialLoadSpec.java | 217 ++++++++
.../loading/PartialClusterGroupLoadSpec.java | 6 +-
.../druid/segment/loading/PartialLoadSpec.java | 41 +-
.../segment/loading/PartialProjectionLoadSpec.java | 6 +-
.../nested/ScalarLongColumnAndIndexSupplier.java | 28 +-
.../apache/druid/segment/filter/InFilterTests.java | 115 ++++
.../loading/CompositePartialLoadSpecTest.java | 612 +++++++++++++++++++++
.../apache/druid/guice/PartialLoadSpecModule.java | 10 +-
.../rules/CompositePartialLoadMatcher.java | 198 +++++++
.../coordinator/rules/PartialLoadMatcher.java | 3 +-
...egmentLocalCacheManagerPartialRuleLoadTest.java | 94 ++++
.../rules/CompositePartialLoadMatcherTest.java | 457 +++++++++++++++
...WildcardClusterGroupPartialLoadMatcherTest.java | 10 +
.../druid/sql/calcite/schema/SystemSchemaTest.java | 2 +-
16 files changed, 1779 insertions(+), 38 deletions(-)
create mode 100644
processing/src/main/java/org/apache/druid/segment/loading/CompositePartialLoadSpec.java
create mode 100644
processing/src/test/java/org/apache/druid/segment/loading/CompositePartialLoadSpecTest.java
create mode 100644
server/src/main/java/org/apache/druid/server/coordinator/rules/CompositePartialLoadMatcher.java
create mode 100644
server/src/test/java/org/apache/druid/server/coordinator/rules/CompositePartialLoadMatcherTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]