This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a change to branch
dependabot/maven/embedded-tests/org.apache.thrift-libthrift-0.23.0
in repository https://gitbox.apache.org/repos/asf/druid.git
discard b0c766d145a build(deps-dev): bump org.apache.thrift:libthrift in
/embedded-tests
add 957121248f3 feat: clustered segment time ordering for realtime queries
(#19753)
add 0ea17adccd4 fix: isMounted() should never be blocked by a lock (#19746)
add 80667e8b37b Bump org.assertj:assertj-core from 3.24.2 to 3.27.7
(#18956)
add d1c3399e40c build(deps): bump org.asynchttpclient:async-http-client
from 3.0.2 to 3.0.10 (#19476)
add a4ac032b714 build(deps): bump
org.apache.commons:commons-configuration2 from 2.10.1 to 2.15.0 (#19490)
add bac0310989a build(deps): bump io.vertx:vertx-core from 4.5.24 to
4.5.27 in /extensions-core/kubernetes-overlord-extensions (#19546)
add b9e5016941f build(deps): bump org.postgresql:postgresql from 42.7.11
to 42.7.12 (#19760)
add 134d4c81866 build(deps): bump org.apache.thrift:libthrift from 0.13.0
to 0.23.0 in /extensions-contrib/thrift-extensions (#19764)
add 0cad2c7132b build(deps-dev): bump org.apache.thrift:libthrift in
/embedded-tests
add 33f912b2e17 Fix Thrift serializer initialization
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 (b0c766d145a)
\
N -- N -- N
refs/heads/dependabot/maven/embedded-tests/org.apache.thrift-libthrift-0.23.0
(33f912b2e17)
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:
.../embedded/tools/ThriftEventSerializer.java | 13 +-
extensions-contrib/thrift-extensions/pom.xml | 2 +-
.../data/input/thrift/ThriftDeserialization.java | 29 ++++-
.../kubernetes-overlord-extensions/pom.xml | 2 +-
licenses.yaml | 37 ++++--
pom.xml | 12 +-
.../druid/segment/MergingClusterGroupCursor.java | 82 +++++++++++-
.../druid/segment/QueryableIndexCursorFactory.java | 83 ++-----------
.../incremental/IncrementalIndexCursorFactory.java | 27 ++--
.../projections/MergingColumnSelectorFactory.java | 137 +++++++++++++++++++--
.../druid/segment/projections/Projections.java | 15 +++
.../ClusteredSegmentTimeOrderedQueryTest.java | 134 ++++++++++++++++++++
.../segment/MergingClusterGroupCursorTest.java | 25 +++-
.../MergingColumnSelectorFactoryTest.java | 106 +++++++++++++++-
.../loading/PartialSegmentBundleCacheEntry.java | 19 ++-
.../loading/PartialSegmentMetadataCacheEntry.java | 31 ++---
.../segment/loading/SegmentLocalCacheManager.java | 11 +-
.../SegmentLocalCacheManagerConcurrencyTest.java | 118 ++++++++++++++++++
18 files changed, 725 insertions(+), 158 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]