zhannngchen commented on code in PR #40322:
URL: https://github.com/apache/doris/pull/40322#discussion_r1741715758
##########
regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_delete.groovy:
##########
@@ -104,11 +104,21 @@ suite('test_partial_update_delete') {
time 10000
}
sql "sync"
- qt_sql "select k1,c1,c2,c3,c4 from ${tableName3} order by
k1,c1,c2,c3,c4;"
+ qt_sql2 "select k1,c1,c2,c3,c4 from ${tableName3} order by
k1,c1,c2,c3,c4;"
+
+ sql "set enable_insert_strict=false;"
+ sql "set enable_unique_key_partial_update=true;"
+ sql "sync;"
+ sql "insert into ${tableName3}(k1, __DORIS_DELETE_SIGN__)
values(8,1),(4,1),(9,1);"
Review Comment:
should consider sequence col
--
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]