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


##########
arrow-row/src/variable.rs:
##########
@@ -249,9 +249,10 @@ pub fn decode_binary<I: OffsetSizeTrait>(
 fn decode_binary_view_inner(
     rows: &mut [&[u8]],
     options: SortOptions,
-    check_utf8: bool,
+    validate_utf8: bool,

Review Comment:
   Just to keep the naming consistent with 
https://github.com/apache/arrow-rs/blob/16794ab14fa62ecf67de0da9460cc5752a9358f4/arrow-row/src/variable.rs#L343-L346



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

Reply via email to