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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 0d5b1aa6da3 branch-4.0: [fix](test) Add 'waitForSchemaChangeDone' 
after drop column from table #58205 (#58303)
0d5b1aa6da3 is described below

commit 0d5b1aa6da39b2e8a665bc776eabccfac38c3be8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 25 10:03:24 2025 +0800

    branch-4.0: [fix](test) Add 'waitForSchemaChangeDone' after drop column 
from table #58205 (#58303)
    
    Cherry-picked from #58205
    
    Co-authored-by: Jerry Hu <[email protected]>
---
 regression-test/suites/jsonb_p0/test_jsonb_predict_is_null.groovy | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/regression-test/suites/jsonb_p0/test_jsonb_predict_is_null.groovy 
b/regression-test/suites/jsonb_p0/test_jsonb_predict_is_null.groovy
index 5877b4e0f4b..0c1d36bacb3 100644
--- a/regression-test/suites/jsonb_p0/test_jsonb_predict_is_null.groovy
+++ b/regression-test/suites/jsonb_p0/test_jsonb_predict_is_null.groovy
@@ -79,5 +79,10 @@ suite("test_jsonb_predict_is_null", "p0") {
 
     qt_select_drop "alter table jb_pred DROP COLUMN j"
 
+    waitForSchemaChangeDone {
+        sql """ SHOW ALTER TABLE COLUMN WHERE TableName='jb_pred' ORDER BY 
createtime DESC LIMIT 1 """
+        time 600
+    }
+
     qt_select "select * from jb_pred order by id"
 }


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

Reply via email to