ding-young commented on code in PR #7917:
URL: https://github.com/apache/arrow-rs/pull/7917#discussion_r2224346711


##########
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:
   `decode_string_view` also calls `decode_binary_view_inner(...)`, so this 
function can still be reached when decoding UTF-8 data. I'll think about 
whether there’s a clearer way to rename it.



-- 
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

Reply via email to