Skip to content

Commit

Permalink
pass cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLi-cn committed Aug 1, 2024
1 parent 7e73a4a commit f0daecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/physical-plan/src/aggregates/row_hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ impl GroupedHashAggregateStream {
}
}
}
let batch = RecordBatch::try_new(schema.clone(), output)?;
let batch = RecordBatch::try_new(Arc::clone(&schema), output)?;
batches.push_back(batch);
}

Expand Down

0 comments on commit f0daecf

Please sign in to comment.