HUDI-162 : File System view must be built with correct timeline actions
This commit is contained in:
committed by
Balaji Varadarajan
parent
5823c1ebd7
commit
ae3c02fb3f
@@ -86,7 +86,7 @@ public class RepairsCommand implements CommandMarker {
|
||||
|
||||
int ind = 0;
|
||||
for (String partition : partitionPaths) {
|
||||
Path partitionPath = new Path(basePath, partition);
|
||||
Path partitionPath = FSUtils.getPartitionPath(basePath, partition);
|
||||
String[] row = new String[3];
|
||||
row[0] = partition;
|
||||
row[1] = "Yes";
|
||||
|
||||
Reference in New Issue
Block a user