This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new b49f0ad5bf3 branch-3.0: [Chore](case) adjust test_insert_limit #51380
(#51456)
b49f0ad5bf3 is described below
commit b49f0ad5bf3cf856be0d48d50b540214c5b3530b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 16:03:13 2025 +0800
branch-3.0: [Chore](case) adjust test_insert_limit #51380 (#51456)
Cherry-picked from #51380
Co-authored-by: Pxl <[email protected]>
---
regression-test/data/query_p1/test_insert_limit.out | Bin 120 -> 1146 bytes
.../suites/query_p1/test_insert_limit.groovy | 10 ++++++++++
2 files changed, 10 insertions(+)
diff --git a/regression-test/data/query_p1/test_insert_limit.out
b/regression-test/data/query_p1/test_insert_limit.out
index b3620441e4f..dad7da6ec09 100644
Binary files a/regression-test/data/query_p1/test_insert_limit.out and
b/regression-test/data/query_p1/test_insert_limit.out differ
diff --git a/regression-test/suites/query_p1/test_insert_limit.groovy
b/regression-test/suites/query_p1/test_insert_limit.groovy
index d2d11b1a28d..15e1b52896a 100644
--- a/regression-test/suites/query_p1/test_insert_limit.groovy
+++ b/regression-test/suites/query_p1/test_insert_limit.groovy
@@ -43,6 +43,13 @@ suite("test_insert_limit") {
}
}
+ qt_select """
+ select k1, length(group_concat_merge(k2)) from `tbl_test_insert_limit`
group by k1;
+ """
+ qt_select """
+ select k1, length(k2) from `tbl_test_insert_limit`;
+ """
+
if (error != "") {
break
}
@@ -50,6 +57,9 @@ suite("test_insert_limit") {
assertTrue(error != "")
+ qt_select """
+ select k1, length(group_concat_merge(k2)) from `tbl_test_insert_limit`
group by k1;
+ """
qt_select """
select k1, length(k2) from `tbl_test_insert_limit`;
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]