Useful Hudi CLI commands to debug/analyze production workloads
This commit is contained in:
committed by
vinoth chandar
parent
07324e7a20
commit
25cd05b24e
@@ -440,4 +440,8 @@ public class HoodieTableFileSystemView implements TableFileSystemView,
|
||||
public Map<String, Pair<String, CompactionOperation>> getFileIdToPendingCompaction() {
|
||||
return fileIdToPendingCompaction;
|
||||
}
|
||||
|
||||
public Stream<HoodieFileGroup> getAllFileGroups() {
|
||||
return fileGroupMap.values().stream();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user