[MINOR] fix typos (#2116)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user