Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Dec 27, 2023
1 parent 7ea88e2 commit e9ffe10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ impl PhysicalOptimizerRule for EnforceDistribution {
///
type RequiredKeyOrdering = Option<Vec<Arc<dyn PhysicalExpr>>>;

#[allow(clippy::type_complexity)]
fn adjust_input_keys_ordering(
plan: Arc<dyn ExecutionPlan>,
required_key_ordering: RequiredKeyOrdering,
Expand Down

0 comments on commit e9ffe10

Please sign in to comment.