We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e12ad commit 1291c91Copy full SHA for 1291c91
src/Storages/MergeTree/MergeTreePartition.cpp
@@ -222,7 +222,7 @@ String MergeTreePartition::getID(const Block & partition_key_sample) const
222
bool are_all_integral = true;
223
for (const Field & field : value)
224
{
225
- if (field.getType() != Field::Types::Bool && field.getType() != Field::Types::UInt64 && field.getType() != Field::Types::Int64 && field.getType() != Field::Types::IPv4)
+ if (field.getType() != Field::Types::UInt64 && field.getType() != Field::Types::Int64 && field.getType() != Field::Types::IPv4)
226
227
are_all_integral = false;
228
break;
0 commit comments