adriangb commented on code in PR #16014: URL: https://github.com/apache/datafusion/pull/16014#discussion_r2129798435
########## datafusion/proto/src/physical_plan/to_proto.rs: ########## @@ -506,7 +506,7 @@ pub fn serialize_file_scan_config( .iter() .cloned() .collect::<Vec<_>>(); - fields.extend(conf.table_partition_cols.iter().cloned().map(Arc::new)); + fields.extend(conf.table_partition_cols.iter().cloned()); Review Comment: I think this may have just been clippy, but it's not a bad change! -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org