Ted-Jiang commented on code in PR #2237:
URL: https://github.com/apache/arrow-rs/pull/2237#discussion_r935693887
##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -1161,7 +1161,7 @@ mod tests {
Some(props),
)
.expect("Unable to write file");
- writer.write(&expected_batch).unwrap();
+ writer.write(expected_batch).unwrap();
Review Comment:
Not related, but got clippy error at local.
--
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]