This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.google.cloud-libraries-bom-26.44.0 in repository https://gitbox.apache.org/repos/asf/pinot.git
discard 685408d0ab Bump com.google.cloud:libraries-bom from 26.43.0 to 26.44.0 add f141cd21d8 supporting additional headers (#13417) add b2e4987a70 Fix filtered aggregate with ordering (#13784) add b4ece8cc5d Bump slf4j.version from 2.0.14 to 2.0.15 (#13785) add 9c74059dfb Bump org.apache.commons:commons-compress from 1.26.2 to 1.27.0 (#13786) add 39c98fe665 Bump software.amazon.awssdk:bom from 2.27.0 to 2.27.1 (#13787) add 115c4ffa58 Bump com.google.cloud:libraries-bom from 26.43.0 to 26.44.0 add 86f4ab5931 Exclude commons-logging 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 (685408d0ab) \ N -- N -- N refs/heads/dependabot/maven/com.google.cloud-libraries-bom-26.44.0 (86f4ab5931) 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/core/data/table/TableResizer.java | 33 ++--- .../core/query/request/context/QueryContext.java | 31 ++--- .../BrokerRequestToQueryContextConverterTest.java | 79 ++++------- .../tests/OfflineClusterIntegrationTest.java | 19 +-- pinot-plugins/pinot-file-system/pinot-gcs/pom.xml | 6 + .../command/AbstractDatabaseBaseAdminCommand.java | 148 +++++++++++++++++++++ .../tools/admin/command/AddSchemaCommand.java | 90 ++----------- .../pinot/tools/admin/command/AddTableCommand.java | 110 ++------------- .../tools/admin/command/DeleteSchemaCommand.java | 82 +----------- .../tools/admin/command/DeleteTableCommand.java | 88 +----------- pom.xml | 6 +- 11 files changed, 238 insertions(+), 454 deletions(-) create mode 100644 pinot-tools/src/main/java/org/apache/pinot/tools/admin/command/AbstractDatabaseBaseAdminCommand.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org