Update StorageReplicatedMergeTree.cpp

This commit is contained in:
alexey-milovidov 2020-04-08 22:48:01 +03:00 committed by GitHub
parent 296eff2ccc
commit c389fee7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -246,7 +246,7 @@ StorageReplicatedMergeTree::StorageReplicatedMergeTree(
createTableIfNotExists();
/// We have to check granularity on other replicas. It it's fixed we
/// We have to check granularity on other replicas. If it's fixed we
/// must create our new replica with fixed granularity and store this
/// information in /replica/metadata.
other_replicas_fixed_granularity = checkFixedGranualrityInZookeeper();