This is an automated email from the ASF dual-hosted git repository.
yiguolei 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 a153af9698 [chore](regression-test) Add drop table in aggregate_count1
(#11632)
a153af9698 is described below
commit a153af9698088093e59d724f0031dfab3dcc3c77
Author: Jerry Hu <[email protected]>
AuthorDate: Wed Aug 10 19:25:43 2022 +0800
[chore](regression-test) Add drop table in aggregate_count1 (#11632)
---
regression-test/suites/query/aggregate/aggregate_count1.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/query/aggregate/aggregate_count1.groovy
b/regression-test/suites/query/aggregate/aggregate_count1.groovy
index eaf4efb62f..b8d50f54b6 100644
--- a/regression-test/suites/query/aggregate/aggregate_count1.groovy
+++ b/regression-test/suites/query/aggregate/aggregate_count1.groovy
@@ -18,6 +18,7 @@
*/
suite("aggregate_count1", "query") {
+ sql """ DROP TABLE IF EXISTS aggregate_count1 """
sql "create table aggregate_count1 (\n" +
"\n" +
" name varchar(128) ,\n" +
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]