Skip to content

Commit

Permalink
Clear filterFields too.
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm committed Nov 1, 2023
1 parent dd0c11d commit 6e32c5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public static DataSourcePlan forDataSource(
if (!queryContext.isSecondaryPartitionPruningEnabled()) {
// Clear filter, we don't want to prune today.
filter = null;
filterFields = null;
}

if (filter != null && filterFields == null) {
Expand Down

0 comments on commit 6e32c5b

Please sign in to comment.