This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 6b517b29f8b Bump software.amazon.awssdk:bom from 2.31.64 to 2.31.65 (#16143) add 95c0bb3032b Enable dynamically turning on/off optProgram rules (#15999) No new revisions were added by this update. Summary of changes: .../common/utils/config/QueryOptionsUtils.java | 13 + .../tests/OfflineClusterIntegrationTest.java | 19 +- .../rules/PinotAggregateReduceFunctionsRule.java | 4 + .../rel/rules/PinotEvaluateLiteralRule.java | 20 +- .../calcite/rel/rules/PinotFilterJoinRule.java | 10 + .../PinotJoinPushTransitivePredicatesRule.java | 4 + .../rel/rules/PinotProjectJoinTransposeRule.java | 4 + .../calcite/rel/rules/PinotQueryRuleSets.java | 153 +++++++---- .../rules/PinotSeminJoinDistinctProjectRule.java | 11 +- .../org/apache/pinot/query/QueryEnvironment.java | 99 ++++++- .../apache/pinot/query/QueryCompilationTest.java | 24 +- .../pinot/query/QueryPlannerRuleOptionsTest.java | 291 +++++++++++++++++++++ .../apache/pinot/spi/utils/CommonConstants.java | 48 ++++ 13 files changed, 623 insertions(+), 77 deletions(-) create mode 100644 pinot-query-planner/src/test/java/org/apache/pinot/query/QueryPlannerRuleOptionsTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org