zhannngchen commented on code in PR #41232:
URL: https://github.com/apache/doris/pull/41232#discussion_r1778054292


##########
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##########
@@ -475,16 +475,15 @@ Status SegmentWriter::probe_key_for_mow(
                                       specified_rowsets, &loc, 
_mow_context->max_version,
                                       segment_caches, &rowset);
     if (st.is<KEY_NOT_FOUND>()) {
-        if (_opts.rowset_ctx->partial_update_info->is_strict_mode) {
-            ++stats.num_rows_filtered;
+        auto ignore_cb = [&]() {

Review Comment:
   Maybe we need to consider to remove IGNORE option
   The IGNORE option works exactly like the reverted PR for `INSERT IGNORE`



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to