mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp
Co-authored-by: alesapin <alesapin@gmail.com>
This commit is contained in:
parent
3dc72b6c56
commit
74c9ba8df0
@ -135,7 +135,7 @@ void rewriteBlock(Poco::Logger * log, typename ReplicatedMergeTreeSink<true>::De
|
||||
idx++;
|
||||
}
|
||||
|
||||
LOG_TRACE(log, "new block ids {}, new offsets{}", toString(new_block_ids), toString(new_offsets));
|
||||
LOG_TRACE(log, "New block IDs: {}, new offsets: {}", toString(new_block_ids), toString(new_offsets));
|
||||
|
||||
offsets = std::move(new_offsets);
|
||||
partition.block_id = std::move(new_block_ids);
|
||||
|
Loading…
Reference in New Issue
Block a user