This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from d9fb77ad106 [fix](mtmv)fix show task tvf finishTime is null (#28252) add 92e04c14538 [feature](Nereids): support comparing outer join in materialized view (#28237) No new revisions were added by this update. Summary of changes: .../jobs/joinorder/hypergraph/HyperGraph.java | 96 ++++++++++++++++++++++ .../jobs/joinorder/hypergraph/edge/Edge.java | 4 + .../mv/AbstractMaterializedViewRule.java | 4 +- .../mv/LogicalCompatibilityContext.java | 11 ++- .../nereids/rules/exploration/mv/StructInfo.java | 8 +- .../plans/visitor/ExpressionLineageReplacer.java | 1 + .../joinorder/hypergraph/CompareOuterJoinTest.java | 90 ++++++++++++++++++++ .../org/apache/doris/nereids/util/PlanChecker.java | 4 + 8 files changed, 211 insertions(+), 7 deletions(-) create mode 100644 fe/fe-core/src/test/java/org/apache/doris/nereids/jobs/joinorder/hypergraph/CompareOuterJoinTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org