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 dbaa02d3a0 [Pipeline](fix) fix enable_pipeline_engine variable not work (#14909) add 2fb896d916 [feature](nereids) Support using join syntax (#14784) No new revisions were added by this update. Summary of changes: .../doris/nereids/parser/LogicalPlanBuilder.java | 17 +++-- .../org/apache/doris/nereids/rules/RuleType.java | 1 + .../nereids/rules/analysis/BindSlotReference.java | 47 +++++++++---- .../apache/doris/nereids/trees/plans/JoinType.java | 1 + .../using_join.out} | 6 +- .../suites/nereids_syntax_p0/using_join.groovy | 77 ++++++++++++++++++++++ 6 files changed, 131 insertions(+), 18 deletions(-) copy regression-test/data/{correctness_p0/test_group_by_constant.out => nereids_syntax_p0/using_join.out} (93%) create mode 100644 regression-test/suites/nereids_syntax_p0/using_join.groovy --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org