mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update MergeTreeDataPartChecksum.h
This commit is contained in:
parent
883de7a2a6
commit
a75d5525e7
@ -86,7 +86,7 @@ struct MergeTreeDataPartChecksums
|
||||
|
||||
/// A kind of MergeTreeDataPartChecksums intended to be stored in ZooKeeper (to save its RAM)
|
||||
/// MinimalisticDataPartChecksums and MergeTreeDataPartChecksums hasve the same serialization format
|
||||
/// for versions less MINIMAL_VERSION_WITH_MINIMALISTIC_CHECKSUMS.
|
||||
/// for versions less than MINIMAL_VERSION_WITH_MINIMALISTIC_CHECKSUMS.
|
||||
struct MinimalisticDataPartChecksums
|
||||
{
|
||||
UInt64 num_compressed_files = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user