Skip to content

Commit 7c4eb6d

Browse files
authored
Update icebergBucketTransform.cpp
1 parent 5f20ea0 commit 7c4eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Functions/icebergBucketTransform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class FunctionIcebergHash : public IFunction
7575

7676
WhichDataType which(type);
7777

78-
if (isBool(type) || which.isInteger() || which.isDate32())
78+
if (isBool(type) || which.isInteger() || which.isDate32() || which.isDate())
7979
{
8080
for (size_t i = 0; i < input_rows_count; ++i)
8181
{

0 commit comments

Comments
 (0)