zhannngchen commented on code in PR #28764:
URL: https://github.com/apache/doris/pull/28764#discussion_r1433394838
##########
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##########
@@ -412,16 +412,19 @@ Status
SegmentWriter::append_block_with_partial_content(const vectorized::Block*
{
std::shared_lock rlock(tablet->get_header_lock());
specified_rowsets =
tablet->get_rowset_by_ids(&_mow_context->rowset_ids);
- if (specified_rowsets.size() != _mow_context->rowset_ids.size()) {
+ if (_opts.rowset_ctx->partial_update_info->is_strict_mode &&
Review Comment:
forgot to remove the check in beta_rowset_writer.cpp?
--
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]