Skip to content

Commit 215b74b

Browse files
committed
fix_compilation_issues
1 parent 333e4ac commit 215b74b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • datafusion/functions-aggregate/src

datafusion/functions-aggregate/src/count.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ use arrow::{
2121
compute,
2222
datatypes::{
2323
DataType, Date32Type, Date64Type, Decimal128Type, Decimal256Type, Field,
24-
FieldRef, Float16Type, Float32Type, Float64Type, Int32Type, Int64Type,
25-
Time32MillisecondType, Time32SecondType, Time64MicrosecondType,
24+
FieldRef, Float16Type, Float32Type, Float64Type, Int8Type, Int16Type, Int32Type,
25+
Int64Type, Time32MillisecondType, Time32SecondType, Time64MicrosecondType,
2626
Time64NanosecondType, TimeUnit, TimestampMicrosecondType,
2727
TimestampMillisecondType, TimestampNanosecondType, TimestampSecondType,
28-
UInt32Type, UInt64Type,
28+
UInt8Type, UInt16Type, UInt32Type, UInt64Type,
2929
},
3030
};
3131
use datafusion_common::hash_utils::RandomState;

0 commit comments

Comments
 (0)