Fix bad code #18244

This commit is contained in:
Alexey Milovidov 2021-03-23 00:49:18 +03:00
parent 49cdd5e434
commit ce67afd9e3

View File

@ -500,7 +500,7 @@ void MergeTreeData::checkPartitionKeyAndInitMinMax(const KeyDescription & new_pa
else
{
/// There is more than one DateTime column in partition key and we don't know which one to choose.
minmax_idx_time_column_pos = -1;
minmax_idx_time_column_pos = -1;
}
}
}