dataroaring commented on code in PR #54395:
URL: https://github.com/apache/doris/pull/54395#discussion_r2256445231
##########
be/src/cloud/cloud_delta_writer.cpp:
##########
@@ -112,6 +118,9 @@ Status CloudDeltaWriter::commit_rowset() {
// No data to write, but still need to write a empty rowset kv to keep
version continuous
RETURN_IF_ERROR(_rowset_builder->init());
RETURN_IF_ERROR(_rowset_builder->build_rowset());
+ if (config::skip_writing_empty_rowset_metadata) {
+ return Status::OK();
Review Comment:
what about prepare record?
--
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]