Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: sevev <[email protected]>
  • Loading branch information
sevev committed Jan 16, 2025
1 parent 8578edc commit 4e26288
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/exec/tablet_sink_sender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ bool TabletSinkSender::get_immutable_partition_ids(std::set<int64_t>* partition_
}

Status TabletSinkSender::_write_combined_txn_log() {
int64_t t_start = MonotonicMillis();
if (config::enable_put_combinded_txn_log_parallel) {
return write_combined_txn_log(_txn_log_map);
}
Expand Down

0 comments on commit 4e26288

Please sign in to comment.