1
0

[MINOR] fix typos (#2116)

This commit is contained in:
dugenkui
2020-09-26 20:40:33 +08:00
committed by GitHub
parent 1dd6635fbb
commit ae68b2b355
9 changed files with 66 additions and 46 deletions

View File

@@ -179,7 +179,7 @@ public class BootstrapCommand implements CommandMarker {
final List<Comparable[]> rows = new ArrayList<>();
for (BootstrapFileMapping mapping : mappingList) {
rows.add(new Comparable[] {mapping.getPartitionPath(), mapping.getFileId(),
mapping.getBootstrapBasePath(), mapping.getBootstrapPartitionPath(), mapping.getBoostrapFileStatus().getPath().getUri()});
mapping.getBootstrapBasePath(), mapping.getBootstrapPartitionPath(), mapping.getBootstrapFileStatus().getPath().getUri()});
}
return rows;
}