1
0

[HUDI-2984] Implement #close for AbstractTableFileSystemView (#4285)

This commit is contained in:
Danny Chan
2021-12-11 16:19:10 +08:00
committed by GitHub
parent b5f05fd153
commit 8dd0444ef9
4 changed files with 25 additions and 10 deletions

View File

@@ -249,7 +249,7 @@ public class WriteProfile {
return;
}
this.metaClient.reloadActiveTimeline();
this.fsView = getFileSystemView();
this.fsView.sync();
recordProfile();
cleanMetadataCache(this.metaClient.getCommitsTimeline().filterCompletedInstants().getInstants());
this.smallFilesMap.clear();