Fix build

This commit is contained in:
alesapin 2023-03-07 12:42:42 +01:00
parent 1db6b9414e
commit c10cb436f4

View File

@ -8438,7 +8438,7 @@ std::pair<bool, NameSet> StorageReplicatedMergeTree::unlockSharedDataByID(
/// with hardlinked columns. Since we don't have this information (about blobs not to remove)
/// we refuse to remove blobs.
LOG_WARNING(logger, "Node with parent zookeeper lock {} for part {} doesn't exist (part was unlocked before), refuse to remove blobs", zookeeper_part_uniq_node, part_name);
return std::make_pair{false, {}};
return {false, {}};
}
else
{