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/06/08 16:13:25 UTC

[doris] branch master updated: [regression-test](test_point_query) fix output (#20604)

This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 234be0c517 [regression-test](test_point_query) fix output (#20604)
234be0c517 is described below

commit 234be0c51705da0ba3897df21c064d785f62060d
Author: lihangyu <15...@163.com>
AuthorDate: Fri Jun 9 00:13:18 2023 +0800

    [regression-test](test_point_query) fix output (#20604)
---
 regression-test/suites/point_query_p0/load.groovy | 1 -
 1 file changed, 1 deletion(-)

diff --git a/regression-test/suites/point_query_p0/load.groovy b/regression-test/suites/point_query_p0/load.groovy
index 7ac12d0c35..6bc9d6c134 100644
--- a/regression-test/suites/point_query_p0/load.groovy
+++ b/regression-test/suites/point_query_p0/load.groovy
@@ -73,7 +73,6 @@ suite("test_point_query_load", "p0") {
     explain {
         sql("SELECT * from ${testTable} where c_tinyint = 10 order by 1, 2, 3 limit 10")
         contains "(mv_${testTable})"
-        contains "OPT TWO PHASE"
     }
     qt_sql "SELECT * from ${testTable} order by 1, 2, 3 limit 10"
     qt_sql "SELECT * from ${testTable} where c_tinyint = 10 order by 1, 2, 3 limit 10 "


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