askoa commented on code in PR #3447:
URL: https://github.com/apache/arrow-rs/pull/3447#discussion_r1061469486
##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -1199,7 +1200,14 @@ mod tests {
files
}
- fn roundtrip_opts(expected_batch: &RecordBatch, props: WriterProperties)
-> File {
+ fn roundtrip_opts_with_array_validation<F>(
Review Comment:
I wanted to compare the underlying strings instead of ArrayData and hence
new function which takes comparison function as input.
--
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]