fix build

This commit is contained in:
Andrey Zvonov 2024-09-09 14:24:24 +00:00
parent 773a9ba52e
commit 1964ffe688

View File

@ -2169,7 +2169,7 @@ void StorageMergeTree::replacePartitionFrom(const StoragePtr & source_table, con
MergeTreeData & src_data = checkStructureAndGetMergeTreeData(source_table, source_metadata_snapshot, my_metadata_snapshot);
DataPartsVector src_parts;
String partition_id;
bool is_all = partition->as<ASTPartition>()->all;
if (is_all)
{