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 ac425d4bf3 [fix](remote)Fix bug for cache reader (#12104) add eb3e0b2f7d [test](Nereids): add more plan equals test for Nereids (#12127) No new revisions were added by this update. Summary of changes: .../nereids/jobs/cascades/CostAndEnforcerJob.java | 8 +- .../nereids/jobs/rewrite/RewriteTopDownJob.java | 10 +- .../apache/doris/nereids/memo/GroupExpression.java | 9 +- .../java/org/apache/doris/nereids/memo/Memo.java | 2 +- .../nereids/stats/FilterSelectivityCalculator.java | 2 +- .../nereids/trees/plans/logical/LogicalJoin.java | 3 + .../trees/plans/physical/AbstractPhysicalJoin.java | 17 +- .../trees/plans/physical/PhysicalHashJoin.java | 6 +- .../doris/nereids/trees/plans/PlanEqualsTest.java | 279 +++++++++++++-------- 9 files changed, 200 insertions(+), 136 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org