This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.apache.thrift-libthrift-0.22.0 in repository https://gitbox.apache.org/repos/asf/pinot.git
discard a640328cfa4 Bump org.apache.thrift:libthrift from 0.18.1 to 0.22.0 add 0e5d80e4c8f [multistage] Enable runInBroker / useBrokerPruning by Default + Misc. Improvements (#16204) add 37b47d5fcae Bump software.amazon.awssdk:bom from 2.31.70 to 2.31.71 (#16206) add 8f3c63495d9 Bump org.apache.thrift:libthrift from 0.18.1 to 0.22.0 add 839ec10435a Fix dependency 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 (a640328cfa4) \ N -- N -- N refs/heads/dependabot/maven/org.apache.thrift-libthrift-0.22.0 (839ec10435a) 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: .../common/utils/config/QueryOptionsUtils.java | 4 +- .../pinot-metrics/pinot-compound-metrics/pom.xml | 11 - .../pinot-metrics/pinot-dropwizard/pom.xml | 4 - pinot-plugins/pinot-metrics/pinot-yammer/pom.xml | 4 - pinot-plugins/pinot-metrics/pom.xml | 5 +- .../pinot-timeseries-m3ql/pom.xml | 5 - pinot-plugins/pom.xml | 2 - .../rel/rules/PinotLogicalAggregateRule.java | 10 +- .../pinot/calcite/rel/traits/TraitAssignment.java | 3 +- .../planner/physical/v2/PinotDataDistribution.java | 10 +- .../physical/v2/mapping/PinotDistMapping.java | 10 + .../v2/opt/rules/LiteModeSortInsertRule.java | 4 +- .../v2/opt/rules/LiteModeWorkerAssignmentRule.java | 61 ++++- .../v2/opt/rules/WorkerExchangeAssignmentRule.java | 14 +- .../resources/queries/PhysicalOptimizerPlans.json | 289 ++++++++++++++++----- pom.xml | 2 +- 16 files changed, 326 insertions(+), 112 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org