This is an automated email from the ASF dual-hosted git repository.
zhangstar333 pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 2adbd611a70 [fix](case) add sync after streamload (#30009) (#30545)
2adbd611a70 is described below
commit 2adbd611a705182b47695bbf8e830228b104a270
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Jan 30 13:29:25 2024 +0800
[fix](case) add sync after streamload (#30009) (#30545)
Co-authored-by: stephen <[email protected]>
---
regression-test/suites/nereids_syntax_p0/set_operation.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git a/regression-test/suites/nereids_syntax_p0/set_operation.groovy
b/regression-test/suites/nereids_syntax_p0/set_operation.groovy
index ee2bf1d14f0..b23811727bf 100644
--- a/regression-test/suites/nereids_syntax_p0/set_operation.groovy
+++ b/regression-test/suites/nereids_syntax_p0/set_operation.groovy
@@ -323,6 +323,7 @@ suite("test_nereids_set_operation") {
}
}
+ sql "sync"
order_qt_check_child_col_order """
select avg(tap), potno from dwd_daytable where potno=3601 and ddate >=
'2023-08-01' group by potno limit 10
union
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]