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 3d05ffb10e [fix](Nereids) add 'integer' as alias of int type (#15983) add 0c8255d9b8 [fix](nereids)nest loop join should support filter conjuncts like hash join (#15979) No new revisions were added by this update. Summary of changes: .../glue/translator/PhysicalPlanTranslator.java | 18 ++++++++++++++---- .../apache/doris/nereids/processor/post/Validator.java | 3 --- .../trees/plans/physical/AbstractPhysicalJoin.java | 12 ++++++++++++ .../nereids/trees/plans/physical/PhysicalHashJoin.java | 8 -------- .../test_nestedloop_outer_join_nereids.out} | 0 .../test_nestedloop_outer_join_nereids.groovy} | 6 +++++- 6 files changed, 31 insertions(+), 16 deletions(-) copy regression-test/data/{query_p0/join/test_nestedloop_outer_join.out => nereids_syntax_p0/test_nestedloop_outer_join_nereids.out} (100%) copy regression-test/suites/{query_p0/join/test_nestedloop_outer_join.groovy => nereids_syntax_p0/test_nestedloop_outer_join_nereids.groovy} (96%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org