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

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

commit 04de7aed404891791fdaff1735fdda14fc76882c
Author: Kang <kxiao.ti...@gmail.com>
AuthorDate: Tue Feb 27 23:40:05 2024 +0800

    [fix](case) fix testcase test_decimal256_index #31486
---
 .../suites/datatype_p0/decimalv3/test_decimal256_index.groovy            | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/datatype_p0/decimalv3/test_decimal256_index.groovy 
b/regression-test/suites/datatype_p0/decimalv3/test_decimal256_index.groovy
index f0a1b89b989..8f7adef27db 100644
--- a/regression-test/suites/datatype_p0/decimalv3/test_decimal256_index.groovy
+++ b/regression-test/suites/datatype_p0/decimalv3/test_decimal256_index.groovy
@@ -117,6 +117,7 @@ suite("test_decimal256_index") {
     sql "sync"
 
     sql """CREATE INDEX k2_bitmap_index ON test_decimal256_bitmap_index(k2) 
USING BITMAP;"""
+    wait_for_latest_op_on_table_finish("test_decimal256_bitmap_index", 3000);
     sql """BUILD INDEX k2_bitmap_index ON test_decimal256_bitmap_index;"""
     wait_for_latest_op_on_table_finish("test_decimal256_bitmap_index", 3000);
 


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

Reply via email to