We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4accdef commit c8fefdbCopy full SHA for c8fefdb
datafusion/datasource/src/memory.rs
@@ -198,7 +198,7 @@ impl DataSource for MemorySourceConfig {
198
// Compute statistics for a specific partition
199
if let Some(batches) = self.partitions.get(partition) {
200
Ok(common::compute_record_batch_statistics(
201
- from_ref(&batches),
+ from_ref(batches),
202
&self.schema,
203
self.projection.clone(),
204
))
0 commit comments