1
0

[HUDI-2474] Refreshing timeline for every operation in Hudi when metadata is enabled (#3698)

This commit is contained in:
Sivabalan Narayanan
2021-09-28 05:16:52 -04:00
committed by GitHub
parent 9067657a5f
commit f0585facd6
7 changed files with 52 additions and 21 deletions

View File

@@ -479,7 +479,7 @@ public class RemoteHoodieTableFileSystemView implements SyncableFileSystemView,
@Override
public void sync() {
// noop
refresh();
}
@Override