scovich commented on code in PR #7601:
URL: https://github.com/apache/arrow-rs/pull/7601#discussion_r2126885486
##########
parquet-variant/src/variant.rs:
##########
@@ -547,13 +542,13 @@ mod tests {
OffsetSizeBytes::Three
.unpack_usize(&buf_three, 0, 0)
.unwrap(),
- 0x0302_01
Review Comment:
odd, I didn't think clippy took a stance on how to break up long numbers
with `_`?
--
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]