This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.26.31 in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 11dee28966 Bump software.amazon.awssdk:bom from 2.26.30 to 2.26.31 add dbb6e30298 Fix potential int overflow issue for memory allocation of indices in segment-local module (#13717) add 13db65070c Bump slf4j.version from 2.0.13 to 2.0.14 (#13769) add e268c9ba09 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0 (#13770) add 5d270ee4fb Bump org.xerial.snappy:snappy-java from 1.1.10.5 to 1.1.10.6 (#13768) add 7a8bea2633 Include all Pinot modules in the root POM dependency management (#13763) add 99440ca088 Move Azure dependency into root POM and use BOM (#13765) add 4d57783f26 Bump software.amazon.awssdk:bom from 2.26.30 to 2.26.31 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 (11dee28966) \ N -- N -- N refs/heads/dependabot/maven/software.amazon.awssdk-bom-2.26.31 (4d57783f26) 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: pinot-broker/pom.xml | 3 - pinot-clients/pinot-java-client/pom.xml | 6 - pinot-clients/pinot-jdbc-client/pom.xml | 6 - pinot-compatibility-verifier/pom.xml | 2 - pinot-connectors/pinot-flink-connector/pom.xml | 4 - pinot-controller/pom.xml | 5 - pinot-core/pom.xml | 7 - pinot-distribution/pom.xml | 2 +- pinot-integration-test-base/pom.xml | 12 - pinot-integration-tests/pom.xml | 14 -- pinot-minion/pom.xml | 3 - pinot-perf/pom.xml | 7 - .../pinot-batch-ingestion-hadoop/pom.xml | 3 - .../pinot-batch-ingestion-spark-2.4/pom.xml | 14 -- .../pinot-batch-ingestion-spark-3/pom.xml | 14 -- .../pinot-batch-ingestion-standalone/pom.xml | 2 - pinot-plugins/pinot-batch-ingestion/pom.xml | 7 - .../pinot-environment/pinot-azure/pom.xml | 8 - pinot-plugins/pinot-file-system/pinot-adls/pom.xml | 26 -- .../pinot-input-format/pinot-avro/pom.xml | 1 - .../pinot-confluent-avro/pom.xml | 1 - .../pinot-input-format/pinot-parquet/pom.xml | 1 - pinot-plugins/pinot-input-format/pom.xml | 1 - .../pinot-segment-uploader-default/pom.xml | 6 - pinot-plugins/pinot-segment-uploader/pom.xml | 22 -- .../pinot-segment-writer-file-based/pom.xml | 7 - pinot-plugins/pinot-segment-writer/pom.xml | 22 -- .../pinot-stream-ingestion/pinot-kafka-2.0/pom.xml | 1 - .../pinot-kafka-base/pom.xml | 1 - pinot-query-runtime/pom.xml | 2 - pinot-segment-local/pom.xml | 6 - ...ixedByteSingleValueMultiColumnReaderWriter.java | 6 +- .../impl/FixedByteChunkForwardIndexWriter.java | 2 +- .../dictionary/BaseOffHeapMutableDictionary.java | 2 +- .../forward/FixedByteSVMutableForwardIndex.java | 2 +- .../creator/impl/inv/RangeIndexCreator.java | 4 +- .../forward/BaseChunkForwardIndexReader.java | 4 +- .../forward/FixedBitMVForwardIndexReader.java | 2 +- .../forward/VarByteChunkSVForwardIndexReader.java | 10 +- .../readers/sorted/SortedIndexReaderImpl.java | 2 +- .../v2/builder/OffHeapSingleTreeBuilder.java | 10 +- pinot-server/pom.xml | 2 - pinot-tools/pom.xml | 87 +++---- pom.xml | 262 +++++++++++++++++++-- 44 files changed, 300 insertions(+), 311 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org