mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix bad code #18244
This commit is contained in:
parent
49cdd5e434
commit
ce67afd9e3
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user