tustvold commented on code in PR #3384: URL: https://github.com/apache/arrow-rs/pull/3384#discussion_r1054846378
########## arrow-arith/src/arithmetic.rs: ########## @@ -22,29 +22,12 @@ //! `RUSTFLAGS="-C target-feature=+avx2"` for example. See the documentation //! [here](https://doc.rust-lang.org/stable/core/arch/) for more information. -use crate::array::*; -#[cfg(feature = "simd")] -use crate::buffer::MutableBuffer; -use crate::compute::kernels::arity::unary; -use crate::compute::{ - binary, binary_opt, try_binary, try_unary, try_unary_dyn, unary_dyn, -}; -use crate::datatypes::{ - ArrowNativeTypeOp, ArrowNumericType, DataType, Date32Type, Date64Type, - IntervalDayTimeType, IntervalMonthDayNanoType, IntervalUnit, IntervalYearMonthType, -}; -#[cfg(feature = "dyn_arith_dict")] Review Comment: Combination of wildcard imports and explicitly scoping a couple of types -- 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