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 15aa4285af3 branch-3.0: [chore](case) make insert_values work with
group commit #56026 (#56052)
15aa4285af3 is described below
commit 15aa4285af36851440121eeebc03ef83070809fb
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 15 17:33:21 2025 +0800
branch-3.0: [chore](case) make insert_values work with group commit #56026
(#56052)
Cherry-picked from #56026
Co-authored-by: Yongqiang YANG <[email protected]>
---
.../suites/nereids_p0/insert_into_table/insert_values.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/regression-test/suites/nereids_p0/insert_into_table/insert_values.groovy
b/regression-test/suites/nereids_p0/insert_into_table/insert_values.groovy
index 42aa9bd7111..b1fa89cd3e7 100644
--- a/regression-test/suites/nereids_p0/insert_into_table/insert_values.groovy
+++ b/regression-test/suites/nereids_p0/insert_into_table/insert_values.groovy
@@ -182,8 +182,9 @@ suite('nereids_insert_into_values') {
// when disable string auto cast and in insert strict mode, insert will
failed
sql 'set enable_insert_value_auto_cast = false'
test {
+ def exception_str = isGroupCommitMode() ? "DATA_QUALITY_ERROR" :
"Insert has filtered data in strict mode"
sql "insert into test_insert_more_string values (3, 'hi'), (4,
'jklmn')"
- exception 'Insert has filtered data in strict mode'
+ exception exception_str
}
// when disable insert strict, the longer varchar row will be filtered,
other rows will succ
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]