Update src/Storages/MergeTree/ReplicatedMergeTreeSink.cpp

Co-authored-by: alesapin <alesapin@gmail.com>
This commit is contained in:
Han Fei 2022-11-18 11:16:38 +01:00 committed by GitHub
parent 3dc72b6c56
commit 74c9ba8df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);