XiangpengHao commented on PR #5874: URL: https://github.com/apache/arrow-rs/pull/5874#issuecomment-2163825626
> Thanks @XiangpengHao -- can you please add this benchmark to the existing cast kernel benchmarks rather than its own bench: https://github.com/apache/arrow-rs/blob/master/arrow/benches/cast_kernels.rs ? > > (🤔 maybe we should move that cast_kernels.rs benchmark to `arrow-cast/benchmarks` ) Done. The `cast_kernel.rs` can't be moved to `arrow-cast/benches` because it depends `create_primitive_array` and `seedable_rng` which are currently in `arrow` directory. -- 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]
