alamb commented on code in PR #7585:
URL: https://github.com/apache/arrow-rs/pull/7585#discussion_r2121391137
##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -2158,6 +2158,41 @@ mod tests {
);
}
+ #[test]
+ fn test_read_dict_fixed_size_binary() {
Review Comment:
I verified this test fails without the code change:
```
thread 'arrow::arrow_reader::tests::test_read_dict_fixed_size_binary'
panicked at parquet/src/arrow/buffer/offset_buffer.rs:133:48:
called `Result::unwrap()` on an `Err` value: InvalidArgumentError("Expected
1 buffers in array of type FixedSizeBinary(8), got 2")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
```
--
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]