mymeiyi commented on code in PR #27726:
URL: https://github.com/apache/doris/pull/27726#discussion_r1435051920
##########
be/src/runtime/group_commit_mgr.h:
##########
@@ -144,7 +152,11 @@ class GroupCommitMgr {
Status get_first_block_load_queue(int64_t db_id, int64_t table_id, int64_t
base_schema_version,
const UniqueId& load_id,
std::shared_ptr<LoadBlockQueue>&
load_block_queue,
- int be_exe_version);
+ int be_exe_version, bool write_wal);
Review Comment:
the `bool writer_wal` is unused
--
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]