Skip to content

Commit

Permalink
for failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Jun 3, 2024
1 parent e466712 commit 4bc277a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ trait ExpressionHelper extends PredicateHelper {
partitionColumns: Seq[String],
resolver: Resolver
): Boolean = {
condition.references.nonEmpty &&
condition.references.forall(r => partitionColumns.exists(resolver(r.name, _)))
}

Expand Down

0 comments on commit 4bc277a

Please sign in to comment.