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 39b358c05be [improve](function) opt aes_encrypt/decrypt function to handle const column (#37194) add e2eaeb69206 [fix](mtmv)Fix high level materialized view not hit because group by eliminate fail (#36888) No new revisions were added by this update. Summary of changes: .../main/java/org/apache/doris/catalog/MTMV.java | 4 ++ ....java => AbstractMaterializedViewScanRule.java} | 2 +- .../mv/MaterializedViewFilterProjectScanRule.java | 2 +- .../mv/MaterializedViewFilterScanRule.java | 2 +- .../mv/MaterializedViewOnlyScanRule.java | 2 +- .../mv/MaterializedViewProjectFilterScanRule.java | 2 +- .../mv/MaterializedViewProjectScanRule.java | 2 +- .../trees/plans/logical/LogicalOlapScan.java | 68 +++++++++++++++++++++- .../mv/nested_mtmv/nested_mtmv.groovy | 35 ++++++----- 9 files changed, 94 insertions(+), 25 deletions(-) rename fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/{MaterializedViewScanRule.java => AbstractMaterializedViewScanRule.java} (97%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org