AryanBagade commented on code in PR #18682:
URL: https://github.com/apache/datafusion/pull/18682#discussion_r2525649679
##########
datafusion/datasource/src/file_scan_config.rs:
##########
@@ -1147,7 +1148,7 @@ impl PartitionColumnProjector {
// - `partition_values`: the list of partition values, one for each
partition column
pub fn project(
&mut self,
- file_batch: RecordBatch,
+ file_batch: &RecordBatch,
Review Comment:
done
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]