Skip to content

Commit f0daecf

Browse files
committed
pass cargo clippy
1 parent 7e73a4a commit f0daecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/aggregates/row_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ impl GroupedHashAggregateStream {
660660
}
661661
}
662662
}
663-
let batch = RecordBatch::try_new(schema.clone(), output)?;
663+
let batch = RecordBatch::try_new(Arc::clone(&schema), output)?;
664664
batches.push_back(batch);
665665
}
666666

0 commit comments

Comments
 (0)