gavinchou commented on code in PR #29103:
URL: https://github.com/apache/doris/pull/29103#discussion_r1436792466


##########
be/src/olap/rowset/segment_v2/segment_writer.cpp:
##########
@@ -471,7 +471,7 @@ Status 
SegmentWriter::append_block_with_partial_content(const vectorized::Block*
             }
 
             if 
(!_opts.rowset_ctx->partial_update_info->can_insert_new_rows_in_partial_update) 
{
-                return Status::InternalError(
+                return Status::Error<INVALID_SCHEMA, false>(

Review Comment:
   We may attach some context to the msg: a transaction id or load id



-- 
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