ding-young commented on code in PR #7917: URL: https://github.com/apache/arrow-rs/pull/7917#discussion_r2238135750
########## arrow-row/src/variable.rs: ########## @@ -261,13 +262,29 @@ fn decode_binary_view_inner( valid }); - let values_capacity: usize = rows.iter().map(|row| decoded_len(row, options)).sum(); + let values_capacity = if validate_utf8 { Review Comment: Thanks, comments added. -- 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