tustvold commented on code in PR #4701: URL: https://github.com/apache/arrow-rs/pull/4701#discussion_r1295741017
########## arrow-ord/src/lib.rs: ########## @@ -43,6 +43,8 @@ //! ``` //! +pub mod cmp; +#[doc(hidden)] Review Comment: So that it is clear where to look for comparison kernels -- 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]
