alamb opened a new issue, #9737: URL: https://github.com/apache/arrow-rs/issues/9737
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** As we implement REE across the codebase it turns out that two kernels are important for many operations: `take` and `partition` However, these kernels are in arrow-ord and arrow-cmp crates This came up in at least two PRs - casting from @vegarsti : https://github.com/apache/arrow-rs/pull/8589 - https://github.com/apache/arrow-rs/issues/8708 - json https://github.com/apache/arrow-rs/pull/9658/changes#r3092541499 from @liamzwbao **Describe the solution you'd like** I propose we split these kernels into their own new crates to reduce the dependencies. SOmething like - `arrow-take` - `arrow-partition` (I am not sure this will be possible given that partition uses comparisons) **Describe alternatives you've considered** @Weijun-H has a proposal here of how to remove in arrow-rcast - https://github.com/apache/arrow-rs/pull/8716 **Additional context** <!-- Add any other context or screenshots about the feature request here. --> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
