Jefffrey commented on code in PR #10250:
URL: https://github.com/apache/arrow-rs/pull/10250#discussion_r3506542760
##########
arrow-row/src/variable.rs:
##########
@@ -309,42 +309,40 @@ pub fn decode_binary<I: OffsetSizeTrait>(
}
}
-fn decode_binary_view_inner(
+fn decode_binary_view_inner<const VALIDATE_UTF8: bool>(
Review Comment:
decided to take this opportunity to hoist the validate_utf8 option into a
generic since it was used in the hot loop
--
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]