tustvold commented on code in PR #3384: URL: https://github.com/apache/arrow-rs/pull/3384#discussion_r1054845926
########## arrow/src/compute/kernels/mod.rs: ########## @@ -17,14 +17,9 @@ //! Computation kernels on Arrow Arrays -pub mod aggregate; -pub mod arithmetic; -pub mod arity; -pub mod bitwise; -pub mod boolean; pub mod limit; Review Comment: It is deprecated and can probably be removed at some point - it just calls through to Array::slice -- 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