Update MergeTreeDataPartChecksum.h

This commit is contained in:
alexey-milovidov 2018-03-23 00:20:20 +03:00
parent 883de7a2a6
commit a75d5525e7

View File

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