You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/01/20 06:02:37 UTC

[doris] branch master updated (116e17428b -> cbb203efd2)

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 116e17428b [Enhancement](point query optimize) improve performace of point query on primary keys  (#15491)
     add cbb203efd2 [fix](nereids) fix test_join regression test for nereids (#16094)

No new revisions were added by this update.

Summary of changes:
 .../glue/translator/PhysicalPlanTranslator.java    |  82 ++++++------
 .../jobs/batch/NereidsRewriteJobExecutor.java      |   1 +
 .../nereids/properties/RequestPropertyDeriver.java |   8 +-
 .../logical/PushdownJoinOtherCondition.java        |   5 +-
 .../doris/nereids/stats/FilterEstimation.java      |   5 +-
 .../trees/plans/logical/LogicalProject.java        |  10 +-
 .../doris/nereids/util/TypeCoercionUtils.java      |  16 ++-
 .../nereids/rules/analysis/BindFunctionTest.java   |   4 +-
 .../{query_p0 => nereids_syntax_p0}/baseall.txt    |   0
 .../test_join_nereids.out}                         |   0
 .../test_join_nereids.groovy}                      | 138 +++++++++++++++------
 11 files changed, 180 insertions(+), 89 deletions(-)
 copy regression-test/data/{query_p0 => nereids_syntax_p0}/baseall.txt (100%)
 copy regression-test/data/{query_p0/join/test_join.out => nereids_syntax_p0/test_join_nereids.out} (100%)
 copy regression-test/suites/{query_p0/join/test_join.groovy => nereids_syntax_p0/test_join_nereids.groovy} (94%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org