This is an automated email from the ASF dual-hosted git repository. chrispeck pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 97e51a84258 Adds API to return badSegments per partitionId (#16067) add 7dbbc09c17e [multistage] Enable Tests for New Optimizer + Bug Fixes (#15958) No new revisions were added by this update. Summary of changes: .../pinot/calcite/rel/rules/PinotRuleUtils.java | 138 +++++++++++++++++++++ .../rules/PinotWindowExchangeNodeInsertRule.java | 127 +------------------ .../pinot/calcite/rel/traits/TraitAssignment.java | 12 +- .../physical/v2/PRelToPlanNodeConverter.java | 30 +++++ .../planner/physical/v2/RelToPRelConverter.java | 17 ++- .../{PhysicalJoin.java => PhysicalAsOfJoin.java} | 27 ++-- .../v2/opt/rules/AggregatePushdownRule.java | 2 +- .../v2/opt/rules/WorkerExchangeAssignmentRule.java | 11 +- .../resources/queries/PhysicalOptimizerPlans.json | 4 +- .../runtime/queries/ResourceBasedQueriesTest.java | 18 +++ 10 files changed, 233 insertions(+), 153 deletions(-) copy pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/v2/nodes/{PhysicalJoin.java => PhysicalAsOfJoin.java} (71%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org