Skip to content

Commit

Permalink
more linting
Browse files Browse the repository at this point in the history
  • Loading branch information
maximedion2 committed Jun 25, 2024
1 parent d70571b commit 4f1a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datafusion/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ pub async fn pruned_partition_list<'a>(
.collect::<DataFusionResult<Vec<_>>>()?;

let mut pf = PartitionedFile::new(partition.path, 0);
pf.partition_values = partition_values.clone();
pf.partition_values.clone_from(&partition_values);

Ok(pf)
})
Expand Down

0 comments on commit 4f1a9a3

Please sign in to comment.