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 731ba93773 [fix](regression) fix regression case (#17846) 731ba93773 is described below commit 731ba937732638caf0acda06134b7104586d2c89 Author: TengJianPing <18241664+jackte...@users.noreply.github.com> AuthorDate: Thu Mar 16 14:33:16 2023 +0800 [fix](regression) fix regression case (#17846) --- regression-test/suites/mtmv_p0/test_create_mtmv.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/mtmv_p0/test_create_mtmv.groovy b/regression-test/suites/mtmv_p0/test_create_mtmv.groovy index a3b209b76c..476ab32a52 100644 --- a/regression-test/suites/mtmv_p0/test_create_mtmv.groovy +++ b/regression-test/suites/mtmv_p0/test_create_mtmv.groovy @@ -23,8 +23,8 @@ suite("test_create_mtmv") { ADMIN SET FRONTEND CONFIG("enable_mtmv_scheduler_framework"="true"); """ - sql """"drop table if exists `${tableName}`"" - sql """"drop table if exists `${tableNamePv}`"" + sql """drop table if exists `${tableName}`""" + sql """drop table if exists `${tableNamePv}`""" sql """ CREATE TABLE IF NOT EXISTS `${tableName}` ( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org