We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f84c4 commit 244a848Copy full SHA for 244a848
1 file changed
datafusion/proto/tests/cases/roundtrip_physical_plan.rs
@@ -3102,6 +3102,7 @@ fn roundtrip_dynamic_filter_expr_pair(
3102
/// - `dynamic_filter_2` before serialization
3103
/// - `dynamic_filter_1` after serialization
3104
/// - `dynamic_filter_2` after serialization
3105
+#[allow(clippy::type_complexity)]
3106
fn roundtrip_dynamic_filter_plan_pair() -> Result<(
3107
Arc<dyn PhysicalExpr>,
3108
0 commit comments