XiangpengHao commented on code in PR #6089: URL: https://github.com/apache/arrow-rs/pull/6089#discussion_r1685752179
########## arrow-ord/src/cmp.rs: ########## @@ -656,6 +656,7 @@ pub fn compare_byte_view<T: ByteViewType>( /// /// # Safety /// The left/right_idx must within range of each array +#[deprecated(note = "Use `GenericByteViewArray::compare_unchecked` instead")] Review Comment: I think `compare_byte_view_unchecked` is being exposed to public API and we can't remove it now. If we go with this approach, I can file another PR to remove it for next release -- 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]
