xxchan commented on code in PR #998: URL: https://github.com/apache/iceberg-rust/pull/998#discussion_r1966792744
########## crates/iceberg/src/arrow/record_batch_transformer.rs: ########## @@ -140,8 +140,8 @@ impl RecordBatchTransformer { Ok(match &self.batch_transform { Some(BatchTransform::PassThrough) => record_batch, Some(BatchTransform::Modify { - ref target_schema, - ref operations, + target_schema, + operations, Review Comment: See: https://doc.rust-lang.org/nightly/edition-guide/rust-2024/match-ergonomics.html -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org