jecsand838 commented on code in PR #8298: URL: https://github.com/apache/arrow-rs/pull/8298#discussion_r2338027706
########## arrow-avro/src/writer/encoder.rs: ########## @@ -21,15 +21,19 @@ use crate::codec::{AvroDataType, AvroField, Codec}; use crate::schema::Nullability; use arrow_array::cast::AsArray; use arrow_array::types::{ - ArrowPrimitiveType, Float32Type, Float64Type, Int32Type, Int64Type, TimestampMicrosecondType, + ArrowPrimitiveType, Float32Type, Float64Type, Int32Type, Int64Type, IntervalDayTimeType, + IntervalMonthDayNanoType, IntervalYearMonthType, TimestampMicrosecondType, }; use arrow_array::{ - Array, GenericBinaryArray, GenericListArray, GenericStringArray, LargeListArray, ListArray, - OffsetSizeTrait, PrimitiveArray, RecordBatch, StructArray, + Array, Decimal128Array, Decimal256Array, Decimal32Array, Decimal64Array, DictionaryArray, + FixedSizeBinaryArray, GenericBinaryArray, GenericListArray, GenericStringArray, LargeListArray, + ListArray, MapArray, OffsetSizeTrait, PrimitiveArray, RecordBatch, StringArray, StructArray, Review Comment: @nathaniel-d-ef I'd consider feature flagging the `Decimal32Array ` and `Decimal64Array ` imports behind `small_decimals`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org