mymeiyi commented on code in PR #32523:
URL: https://github.com/apache/doris/pull/32523#discussion_r1547385237


##########
regression-test/suites/insert_p0/insert_group_commit_into_max_filter_ratio.groovy:
##########
@@ -188,8 +190,9 @@ suite("insert_group_commit_into_max_filter_ratio") {
             sql """ set group_commit = async_mode; """
             fail_group_commit_insert """ insert into ${dbTableName} values (4, 
'abc', 10); """, 0
             sql """ set enable_insert_strict = false; """
-            group_commit_insert """ insert into ${dbTableName} values (5, 
'abc', 10); """, 0
-
+            if (item != "nereids") {
+                group_commit_insert """ insert into ${dbTableName} values (5, 
'abc', 10); """, 0

Review Comment:
   why nereids skip execute this sql?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to