alamb commented on code in PR #8365:
URL: https://github.com/apache/arrow-rs/pull/8365#discussion_r2362510174
##########
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:
yes, it was something I found while cleaning up some code in this PR
--
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]