crepererum commented on a change in pull request #307: URL: https://github.com/apache/arrow-rs/pull/307#discussion_r633636791
########## File path: parquet/src/arrow/arrow_writer.rs ########## @@ -1560,4 +1560,21 @@ mod tests { panic!("Statistics::Int64 missing") } } + + #[test] Review comment: I am not entirely happy with this test since it requires an arrow data structure to actually test an parquet-part. It would probably be nice to have a more "pure" test as well, however I wasn't able to formulate an easy one. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org