This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new df47374e5a0 branch-3.1: [chore](case) make insert_values work with
group commit #56026 (#56051)
df47374e5a0 is described below
commit df47374e5a0cb5aa93c0cb172240dcbdc7266b6e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 25 16:49:14 2025 +0800
branch-3.1: [chore](case) make insert_values work with group commit #56026
(#56051)
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]