This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 9214346603 [Bug] fix cancel fragment bug (#11683) add 2d5ffac590 [fix](optimization) InferFiltersRule bug: a self inner join on a view, which contains where clause, will cause mis-inference. (#11566) No new revisions were added by this update. Summary of changes: .../java/org/apache/doris/analysis/Analyzer.java | 26 +++++++++++ .../org/apache/doris/analysis/InlineViewRef.java | 2 +- .../java/org/apache/doris/analysis/SelectStmt.java | 5 +++ .../apache/doris/planner/PredicatePushDown.java | 3 ++ ...ter_rule.out => test_pushdown_pred_to_view.out} | 1 - ...in.groovy => test_pushdown_pred_to_view.groovy} | 51 ++++++++++------------ 6 files changed, 59 insertions(+), 29 deletions(-) copy regression-test/data/correctness/{test_forbidden_infer_filter_rule.out => test_pushdown_pred_to_view.out} (94%) copy regression-test/suites/correctness/{test_constant_push_down_through_outer_join.groovy => test_pushdown_pred_to_view.groovy} (51%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org