This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 27216dc7e0 [improvement](multi-catalog) push down all predicates into rowgroup/page filtering for ParquetReader (#16388) add bed1ab7c19 [Feature](Nereids) Add hint to enable pre-aggregation when scan OLAP table. (#15614) No new revisions were added by this update. Summary of changes: .../antlr4/org/apache/doris/nereids/DorisParser.g4 | 15 ++++-- .../doris/nereids/analyzer/UnboundRelation.java | 34 ++++++++++--- .../doris/nereids/parser/LogicalPlanBuilder.java | 34 +++++++++++-- .../doris/nereids/rules/analysis/BindRelation.java | 4 +- .../mv/AbstractSelectMaterializedIndexRule.java | 4 ++ .../mv/SelectMaterializedIndexWithAggregate.java | 16 ++++-- .../SelectMaterializedIndexWithoutAggregate.java | 12 +++-- .../trees/plans/logical/LogicalOlapScan.java | 44 +++++++++++----- .../nereids/rules/mv/SelectRollupIndexTest.java | 59 ++++++++++++++++++++++ 9 files changed, 183 insertions(+), 39 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org