This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a change to branch fix/adls-blob-soft-delete-support
in repository https://gitbox.apache.org/repos/asf/pinot.git
omit 69add46bb50 Fix ADLS Gen2 plugin to support Azure Blob Soft Delete
add 3ca14f9b134 Add support for selecting all segments at once for moving
to different tier (#17812)
add c7e7ea74c29 Add script to automate LICENSE-binary and NOTICE-binary
updates for releases (#17818)
add 29a05c17e76 Bump software.amazon.awssdk:bom from 2.42.5 to 2.42.6
(#17824)
add 18d0fbe186d Fix alias handling for empty response on SSE queries with
post aggregation (#17815)
add 8d73e7c62d7 Propagate query options to ForwardIndexReaderContext via
DataFetcher (#17817)
add 1e6b02d7ee9 Fix ADLS Gen2 plugin to support Azure Blob Soft Delete
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 (69add46bb50)
\
N -- N -- N refs/heads/fix/adls-blob-soft-delete-support
(1e6b02d7ee9)
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:
.gitignore | 4 +
LICENSE-binary | 2 +-
.../broker/requesthandler/EmptyResponseUtils.java | 92 +-
.../requesthandler/EmptyResponseUtilsTest.java | 34 +
.../common/tier/FixedTierSegmentSelector.java | 10 +-
.../pinot/common/tier/TierSegmentSelectorTest.java | 16 +
.../org/apache/pinot/core/common/DataFetcher.java | 11 +-
.../pinot/core/operator/ProjectionOperator.java | 2 +-
.../apache/pinot/core/common/DataFetcherTest.java | 3 +-
.../pinot/plugin/filesystem/ADLSGen2PinotFS.java | 50 +-
.../filesystem/test/ADLSGen2PinotFSTest.java | 157 +++
.../index/reader/ForwardIndexReaderContext.java | 10 +
pom.xml | 2 +-
scripts/update-release-binaries.py | 1457 ++++++++++++++++++++
14 files changed, 1798 insertions(+), 52 deletions(-)
create mode 100644 scripts/update-release-binaries.py
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]