diff --git a/arrow-avro/src/writer/encoder.rs b/arrow-avro/src/writer/encoder.rs index 79aee4fae0c7..54f607277d8e 100644 --- a/arrow-avro/src/writer/encoder.rs +++ b/arrow-avro/src/writer/encoder.rs @@ -20,6 +20,7 @@ use crate::codec::{AvroDataType, AvroField, Codec}; use crate::schema::{Fingerprint, Nullability, Prefix}; use arrow_array::cast::AsArray; +use arrow_array::types::RunEndIndexType; use arrow_array::types::{ ArrowPrimitiveType, Date32Type, DurationMicrosecondType, DurationMillisecondType, DurationNanosecondType, DurationSecondType, Float32Type, Float64Type, Int16Type, Int32Type,