This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/maven/com.mchange-mchange-commons-java-0.6.0
in repository https://gitbox.apache.org/repos/asf/pinot.git


 discard 6523ada7ae6 Bump com.mchange:mchange-commons-java from 0.5.0 to 0.6.0
     add dd6520c7267 Validate ingestFromURI filesystem sources (#18660)
     add 5c70d884960 Update the s3Config to take in globally from init (#18679)
     add e070ef20ed5 Bump com.mchange:c3p0 from 0.13.0 to 0.14.0 (#18676)
     add b4902b1785f Bump software.amazon.awssdk:bom from 2.46.0 to 2.46.2 
(#18675)
     add bf2f61e2d4f Bump org.jetbrains.kotlin:kotlin-bom from 2.3.21 to 2.4.0 
(#18674)
     add ddfc4454800 Bump io.netty:netty-bom from 4.1.134.Final to 
4.1.135.Final (#18673)
     add a5c9bcad2a6 Bump jna.version from 5.18.1 to 5.19.0 (#18672)
     add 9f6cff88b08 Bump com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-10 
(#18670)
     add 04f79c43717 Bump com.mchange:mchange-commons-java from 0.5.0 to 0.6.0

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   (6523ada7ae6)
            \
             N -- N -- N   
refs/heads/dependabot/maven/com.mchange-mchange-commons-java-0.6.0 (04f79c43717)

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:
 .../apache/pinot/controller/ControllerConf.java    |   7 +
 .../resources/PinotIngestionRestletResource.java   |   3 +-
 .../pinot/controller/util/FileIngestionHelper.java |  45 ++++++-
 ...PinotIngestionRestletResourceStatelessTest.java |   5 +-
 .../controller/util/FileIngestionHelperTest.java   | 148 +++++++++++++++++++++
 .../apache/pinot/plugin/filesystem/S3PinotFS.java  |   8 +-
 .../pinot/spi/filesystem/PinotFSFactory.java       |  11 ++
 .../pinot/spi/filesystem/PinotFSFactoryTest.java   |   3 +
 pom.xml                                            |  12 +-
 9 files changed, 226 insertions(+), 16 deletions(-)
 create mode 100644 
pinot-controller/src/test/java/org/apache/pinot/controller/util/FileIngestionHelperTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to