Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-toth committed Jan 2, 2024
1 parent 269d8ba commit c2514cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ use datafusion_physical_plan::unbounded_output;
/// with the order maintaining operator variant of the current node.
/// - If the node can't be replaced but we got order maintaining alternative from its
/// children then extend the alternative plan with the current node.
#[allow(clippy::type_complexity)]
pub(crate) fn propagate_order_maintaining_connections_down(
plan: Arc<dyn ExecutionPlan>,
ordering_connection: bool,
Expand All @@ -89,6 +90,7 @@ pub(crate) fn propagate_order_maintaining_connections_down(
))
}

#[allow(clippy::type_complexity)]
pub(crate) fn replace_with_order_preserving_variants_up(
plan: Arc<dyn ExecutionPlan>,
ordering_connection: bool,
Expand Down

0 comments on commit c2514cd

Please sign in to comment.