Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Dec 19, 2024
1 parent 26635e0 commit dbaff4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ trait ExpressionHelper extends PredicateHelper {
if (filters.isEmpty) {
None
} else {
val predicates = filters.map(converter.convert(_, ignorePartialFailure)).filter(_ != null)
val predicates = filters.map(converter.convert(_, ignorePartialFailure))
Some(PredicateBuilder.and(predicates: _*))
}
}
Expand Down

0 comments on commit dbaff4a

Please sign in to comment.