alamb opened a new issue #1202: URL: https://github.com/apache/arrow-rs/issues/1202
The comparison kernels have a somewhat bewildering array of options for a new developer https://docs.rs/arrow/7.0.0/arrow/compute/kernels/comparison/index.html We have been making the API easier to use with so called `dyn` kernels (such as `eq_dyn`, etc) but this may not be as discoverable as would be ideal. Thus it would be great to add some doctests to the `comparison` module that demonstrated how to use those kernels with an example of creating two arrays, and then calling `eq_dyn` on them -- 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