We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21478e8 commit 86a74f5Copy full SHA for 86a74f5
datafusion/substrait/src/logical_plan/consumer.rs
@@ -151,6 +151,7 @@ fn split_eq_and_noneq_join_predicate_with_nulls_equality(
151
let mut nulls_equal_nulls = false;
152
153
for expr in exprs {
154
+ #[allow(clippy::collapsible_match)]
155
match expr {
156
Expr::BinaryExpr(binary_expr) => match binary_expr {
157
x @ (BinaryExpr {
0 commit comments