We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f20ea0 commit 7c4eb6dCopy full SHA for 7c4eb6d
src/Functions/icebergBucketTransform.cpp
@@ -75,7 +75,7 @@ class FunctionIcebergHash : public IFunction
75
76
WhichDataType which(type);
77
78
- if (isBool(type) || which.isInteger() || which.isDate32())
+ if (isBool(type) || which.isInteger() || which.isDate32() || which.isDate())
79
{
80
for (size_t i = 0; i < input_rows_count; ++i)
81
0 commit comments