Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 3, 2024
1 parent 950686a commit ac4d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/execution/shuffle/row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl Default for SparkUnsafeRow {
}

impl SparkUnsafeRow {
fn new(schema: &Vec<DataType>) -> Self {
fn new(schema: &[DataType]) -> Self {
Self {
row_addr: -1,
row_size: -1,
Expand Down

0 comments on commit ac4d0ab

Please sign in to comment.