viirya commented on code in PR #7987: URL: https://github.com/apache/arrow-rs/pull/7987#discussion_r2232620246
########## parquet-variant/src/builder.rs: ########## @@ -70,6 +70,13 @@ fn write_offset_at_pos(buf: &mut [u8], start_pos: usize, value: usize, nbytes: u buf[start_pos..start_pos + nbytes as usize].copy_from_slice(&bytes[..nbytes as usize]); } +/// Append `value_bytes` of given `value` into `dest`. Review Comment: `value_bytes` is the byte width of the value? ```suggestion /// Append `value_bytes` bytes of given `value` into `dest`. ``` -- 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