Userwhite commented on code in PR #63110:
URL: https://github.com/apache/doris/pull/63110#discussion_r3234588909


##########
be/src/storage/tablet/tablet_manager.cpp:
##########
@@ -480,6 +480,9 @@ TabletSharedPtr 
TabletManager::_create_tablet_meta_and_dir_unlocked(
                 _gen_tablet_dir(data_dir->path(), tablet_meta->shard_id(), 
request.tablet_id);
         string schema_hash_dir = path_util::join_path_segments(
                 tablet_dir, std::to_string(request.tablet_schema.schema_hash));
+        bool has_row_binlog = tablet_meta->binlog_config().is_enable() &&
+                              tablet_meta->binlog_config().isRowBinlogFormat();

Review Comment:
   ok



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