Skip to content

Commit

Permalink
[HUDI-7034] Refresh index fix - remove cached file slices within part…
Browse files Browse the repository at this point in the history
…itions
  • Loading branch information
VitoMakarevich committed Nov 21, 2023
1 parent 0c4f3a3 commit b124e2a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,8 @@ private void doRefresh() {

// Reset it to null to trigger re-loading of all partition path
this.cachedAllPartitionPaths = null;
// Reset to force reload file slices inside partitions
this.cachedAllInputFileSlices = new HashMap<>();
if (!shouldListLazily) {
ensurePreloadedPartitions(getAllQueryPartitionPaths());
}
Expand Down

0 comments on commit b124e2a

Please sign in to comment.