Skip to content

Commit 1291c91

Browse files
authored
Revert not needed change
1 parent 47e12ad commit 1291c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Storages/MergeTree/MergeTreePartition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ String MergeTreePartition::getID(const Block & partition_key_sample) const
222222
bool are_all_integral = true;
223223
for (const Field & field : value)
224224
{
225-
if (field.getType() != Field::Types::Bool && field.getType() != Field::Types::UInt64 && field.getType() != Field::Types::Int64 && field.getType() != Field::Types::IPv4)
225+
if (field.getType() != Field::Types::UInt64 && field.getType() != Field::Types::Int64 && field.getType() != Field::Types::IPv4)
226226
{
227227
are_all_integral = false;
228228
break;

0 commit comments

Comments
 (0)