This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a change to branch
dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.1.8
in repository https://gitbox.apache.org/repos/asf/druid.git
discard a2757d2f886 build(deps-dev): bump
io.github.ascopes:protobuf-maven-plugin
add d9f019a3143 build(deps): bump org.owasp:dependency-check-maven from
12.2.0 to 13.0.0 (#20179)
add 1de4ba0f92f build(deps): bump com.fasterxml.woodstox:woodstox-core
from 6.4.0 to 7.2.2 (#20178)
add 0a1ae6ec7dd build(deps-dev): bump
com.google.auth:google-auth-library-credentials (#20177)
add 2c04f16f99e build(deps): bump aws.sdk.v2.version from 2.54.2 to 2.54.3
(#20176)
add b65818144da build(deps): bump protobuf.version from 4.35.1 to 4.36.0
(#20164)
add 9318bbee1a2 perf: Faster advanceIfNeeded for Roaring iterators.
(#20129)
add 5c8954182a7 build(deps-dev): bump
io.github.ascopes:protobuf-maven-plugin
add f0cbb9943c5 fix: migrate protobuf Maven plugin configuration
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 (a2757d2f886)
\
N -- N -- N
refs/heads/dependabot/maven/io.github.ascopes-protobuf-maven-plugin-5.1.8
(f0cbb9943c5)
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:
.../druid/benchmark/query/TimeseriesBenchmark.java | 145 ++---
embedded-tests/pom.xml | 2 +-
.../druid-iceberg-extensions/pom.xml | 4 +-
extensions-contrib/druid-ranger-security/pom.xml | 2 +-
extensions-core/protobuf-extensions/pom.xml | 4 +-
licenses.yaml | 8 +-
pom.xml | 6 +-
.../bitmap/SeekableRoaringIntIterator.java | 179 ++++++
.../bitmap/WrappedImmutableRoaringBitmap.java | 2 +-
.../apache/druid/segment/data/ColumnarDoubles.java | 8 +-
.../apache/druid/segment/data/ColumnarFloats.java | 8 +-
.../apache/druid/segment/data/ColumnarLongs.java | 8 +-
.../org/apache/druid/segment/filter/OrFilter.java | 24 +-
.../nested/NestedFieldDictionaryEncodedColumn.java | 43 +-
.../druid/segment/nested/ScalarDoubleColumn.java | 11 +-
.../druid/segment/nested/ScalarLongColumn.java | 9 +-
.../apache/druid/segment/nested/VariantColumn.java | 15 +-
.../buffer/DruidRoaringBufferAccess.java | 25 +-
.../bitmap/SeekableRoaringIntIteratorTest.java | 597 +++++++++++++++++++++
.../segment/filter/OrFilterVectorMatcherTest.java | 133 +++++
20 files changed, 1073 insertions(+), 160 deletions(-)
create mode 100644
processing/src/main/java/org/apache/druid/collections/bitmap/SeekableRoaringIntIterator.java
copy
extensions-contrib/cassandra-storage/src/main/java/org/apache/druid/storage/cassandra/CassandraDataSegmentConfig.java
=>
processing/src/main/java/org/roaringbitmap/buffer/DruidRoaringBufferAccess.java
(61%)
create mode 100644
processing/src/test/java/org/apache/druid/collections/bitmap/SeekableRoaringIntIteratorTest.java
create mode 100644
processing/src/test/java/org/apache/druid/segment/filter/OrFilterVectorMatcherTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]