Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 1, 2024
1 parent 79278f8 commit 6999626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/proto/src/physical_plan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ impl AsExecutionPlan for protobuf::PhysicalPlanNode {
&sink_schema,
extension_codec,
)
.map(|item| LexRequirement::from(item))
.map(LexRequirement::from)
})
.transpose()?;
Ok(Arc::new(DataSinkExec::new(
Expand Down

0 comments on commit 6999626

Please sign in to comment.