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 0230e3100b [case](fix) test_big_kv_map, add sync after streamload (#22802) 0230e3100b is described below commit 0230e3100b1592f37bb90c3940852898ba4bd3a8 Author: Dongyang Li <hello_step...@qq.com> AuthorDate: Thu Aug 10 19:02:21 2023 +0800 [case](fix) test_big_kv_map, add sync after streamload (#22802) test_big_kv_map --- regression-test/suites/datatype_p2/complex_types/test_big_kv_map.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/datatype_p2/complex_types/test_big_kv_map.groovy b/regression-test/suites/datatype_p2/complex_types/test_big_kv_map.groovy index 8017363de5..fe262fd0db 100644 --- a/regression-test/suites/datatype_p2/complex_types/test_big_kv_map.groovy +++ b/regression-test/suites/datatype_p2/complex_types/test_big_kv_map.groovy @@ -59,7 +59,7 @@ suite("test_big_kv_map", "p2") { assertEquals(100, json.NumberLoadedRows) } } - + sql "sync" qt_select_total "SELECT count(*) FROM ${testTable}" qt_select_map "SELECT count(actor) FROM ${testTable}" } finally { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org