Skip to content

Commit c8fefdb

Browse files
committed
remove ref
1 parent 4accdef commit c8fefdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/datasource/src/memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ impl DataSource for MemorySourceConfig {
198198
// Compute statistics for a specific partition
199199
if let Some(batches) = self.partitions.get(partition) {
200200
Ok(common::compute_record_batch_statistics(
201-
from_ref(&batches),
201+
from_ref(batches),
202202
&self.schema,
203203
self.projection.clone(),
204204
))

0 commit comments

Comments
 (0)