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 75aa00d3d0 [Feature](NGram BloomFilter Index) add new ngram bloom filter index to speed up like query (#11579) add 95e6553d90 [feature-wip](nereids) Implement using join (#15311) No new revisions were added by this update. Summary of changes: .../org/apache/doris/nereids/CascadesContext.java | 16 -- .../doris/nereids/parser/LogicalPlanBuilder.java | 49 +++--- .../nereids/rules/analysis/BindSlotReference.java | 78 ++++++---- .../apache/doris/nereids/trees/plans/PlanType.java | 1 + .../nereids/trees/plans/logical/UsingJoin.java | 169 +++++++++++++++++++++ .../join => nereids_syntax_p0}/test_join3.out | 0 .../join => nereids_syntax_p0}/test_join3.groovy | 9 +- .../suites/nereids_syntax_p0/using_join.groovy | 4 +- 8 files changed, 255 insertions(+), 71 deletions(-) create mode 100644 fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/UsingJoin.java copy regression-test/data/{query_p0/join => nereids_syntax_p0}/test_join3.out (100%) copy regression-test/suites/{query_p0/join => nereids_syntax_p0}/test_join3.groovy (93%) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org