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

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

commit f333b644922220a97209212af2fba8dd80129724
Author: shuke <[email protected]>
AuthorDate: Tue May 28 08:44:18 2024 +0800

    [regression-test](fix) fix schema_change_p2/test_schema_change.groovy case 
(#35470)
---
 regression-test/suites/schema_change_p2/test_schema_change.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/schema_change_p2/test_schema_change.groovy 
b/regression-test/suites/schema_change_p2/test_schema_change.groovy
index ccd2efc5162..e64e1d0bfa1 100644
--- a/regression-test/suites/schema_change_p2/test_schema_change.groovy
+++ b/regression-test/suites/schema_change_p2/test_schema_change.groovy
@@ -89,7 +89,7 @@ suite("test_schema_change") {
 
     sql """ alter table ${tableName} drop column C_NAME"""
 
-    waitSchemaChangeJob = { String tbName /* param */ ->
+    def waitSchemaChangeJob = { String tbName /* param */ ->
         int tryTimes = 20
         while (tryTimes-- > 0) {
             def jobResult = sql """SHOW ALTER TABLE COLUMN WHERE 
IndexName='${tbName}' ORDER BY createtime DESC LIMIT 1 """


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to