alamb commented on code in PR #7601:
URL: https://github.com/apache/arrow-rs/pull/7601#discussion_r2127207854
##########
parquet-variant/src/variant.rs:
##########
@@ -547,13 +542,13 @@ mod tests {
OffsetSizeBytes::Three
.unpack_usize(&buf_three, 0, 0)
.unwrap(),
- 0x0302_01
Review Comment:
It complained to me that they didn't have equal widths and suggested
`0x0030_0201` which I felt was even more obscure so I just removed the `_`
entirely
--
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]