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 015d9252374 [fix](regression-test) fix test_tvf_view_count_p2
regression test (#35216)
015d9252374 is described below
commit 015d92523746e7145bdc4489a6c9da47a7cd4326
Author: Tiewei Fang <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]