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

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit c4776a48f2211a3af869b43e4526b70be23bd9b0
Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com>
AuthorDate: Thu May 23 22:49:14 2024 +0800

    [fix](regression-test) fix test_tvf_view_count_p2 regression test (#35216)
    
    coused by: #34642
    
    it must set verbose true
---
 .../suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy         | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/regression-test/suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy 
b/regression-test/suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy
index 1e2fbb29560..e7df2f28089 100644
--- a/regression-test/suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy
+++ b/regression-test/suites/external_table_p2/tvf/test_tvf_view_count_p2.groovy
@@ -31,7 +31,8 @@ suite("test_tvf_view_count_p2", 
"p2,external,tvf,external_remote,external_remote
             "format"="parquet");"""
 
         explain {
-            "select count(1) from tvf_view_count"
+            verbose true
+            sql("select count(1) from tvf_view_count")
             contains "SlotDescriptor{id=0,"
             notContains "SlotDescriptor{id=1,"
         }


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

Reply via email to