Skip to content

Commit 2aa6549

Browse files
committed
fix_compilation_issues
1 parent 12d314f commit 2aa6549

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • datafusion/functions-aggregate/src

datafusion/functions-aggregate/src/count.rs

Lines changed: 5 additions & 5 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,
26-
Time64NanosecondType, TimeUnit, TimestampMicrosecondType,
27-
TimestampMillisecondType, TimestampNanosecondType, TimestampSecondType,
28-
UInt32Type, UInt64Type,
24+
FieldRef, Float16Type, Float32Type, Float64Type, Int8Type, Int16Type,
25+
Int32Type, Int64Type, Time32MillisecondType, Time32SecondType,
26+
Time64MicrosecondType, Time64NanosecondType, TimeUnit,
27+
TimestampMicrosecondType, TimestampMillisecondType, TimestampNanosecondType,
28+
TimestampSecondType, UInt8Type, UInt16Type, UInt32Type, UInt64Type,
2929
},
3030
};
3131
use datafusion_common::hash_utils::RandomState;

0 commit comments

Comments
 (0)