Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyu committed Nov 7, 2024
1 parent d973c87 commit 1698c93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public InnerTableRead withFilter(Predicate predicate) {
}
},
(Predicate p) -> {
schemaIds.clear();
schemaIds = null;
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ public InnerTableRead withFilter(Predicate predicate) {
}
},
(Predicate p) -> {
snapshotIds.clear();
snapshotIds = null;
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ public RecordReader<InternalRow> createReader(Split split) {
}
},
(Predicate p) -> {
predicateMap.clear();
predicateMap = null;
});
}
Expand Down

0 comments on commit 1698c93

Please sign in to comment.