carols10cents opened a new pull request #8330:
URL: https://github.com/apache/arrow/pull/8330


   Note that this PR goes to the rust-parquet-arrow-writer branch, not master.
   
   Inspired by tests in cpp/src/parquet/arrow/arrow_reader_writer_test.cc
   
   These perform round-trip Arrow -> Parquet -> Arrow of a single RecordBatch 
with a single column of values of each the supported data types and some of the 
unsupported ones.
   
   Tests that currently fail are either marked with `#[should_panic]` (if the
   reason they fail is because of a panic) or `#[ignore]` (if the reason
   they fail is because the values don't match).
   
   I am comparing the RecordBatch's column's data before and after the round 
trip directly; I'm not sure that this is appropriate or not because for some 
data types, the `null_bitmap` isn't matching and I'm not sure if it's supposed 
to or not.
   
   So I would love advice on that front, and I would love to know if these 
tests are useful or not!


----------------------------------------------------------------
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:
[email protected]


Reply via email to