1
0

HUDI-162 : File System view must be built with correct timeline actions

This commit is contained in:
Balaji Varadarajan
2019-07-01 18:19:12 -07:00
committed by Balaji Varadarajan
parent 5823c1ebd7
commit ae3c02fb3f
12 changed files with 91 additions and 27 deletions

View File

@@ -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";