alamb commented on code in PR #7917: URL: https://github.com/apache/arrow-rs/pull/7917#discussion_r2223894681
########## arrow-row/src/variable.rs: ########## @@ -246,10 +246,76 @@ pub fn decode_binary<I: OffsetSizeTrait>( unsafe { GenericBinaryArray::from(builder.build_unchecked()) } } -fn decode_binary_view_inner( +fn decode_binary_view_inner_utf8_unchecked( Review Comment: I don't understand -- if it is a BinaryViewArray it can never have utf8 data. Maybe we can rename this function -- 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