alamb commented on code in PR #8365:
URL: https://github.com/apache/arrow-rs/pull/8365#discussion_r2363607508
##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -2295,7 +2295,7 @@ mod tests {
let batch = record_reader.next().unwrap().unwrap();
assert_eq!(batch.num_rows(), 1);
- let expected_schema = Schema::new(Fields::from(vec![Field::new(
+ let expected_schema = Schema::new(vec![Field::new(
Review Comment:
Made its own PR
- https://github.com/apache/arrow-rs/pull/8391
--
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]