csun5285 commented on code in PR #47541:
URL: https://github.com/apache/doris/pull/47541#discussion_r1952139718


##########
regression-test/suites/variant_p0/schema_change/schema_change.groovy:
##########
@@ -61,12 +61,14 @@ suite("regression_test_variant_schema_change", 
"variant_type"){
     // sql "set experimental_enable_nereids_planner = true"
     // add, drop index
     sql "alter table ${table_name} add index btm_idxk (k) using bitmap ;"
-    sql """INSERT INTO ${table_name} SELECT k, v, v from ${table_name}"""
     wait_for_latest_op_on_table_finish(table_name, timeout)
+    sql """INSERT INTO ${table_name} SELECT k, v, v from ${table_name}"""

Review Comment:
   git checkout file



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to