FileSystem View must treat same fileIds present in different partitions as different file-groups and handle pending compaction correctly
This commit is contained in:
committed by
vinoth chandar
parent
363df2c12e
commit
3ae6cb4ed5
@@ -78,7 +78,7 @@ public class FileSystemViewCommand implements CommandMarker {
|
||||
// For ReadOptimized Views, do not display any delta-file related columns
|
||||
Comparable[] row = new Comparable[readOptimizedOnly ? 5 : 8];
|
||||
row[idx++] = fg.getPartitionPath();
|
||||
row[idx++] = fg.getId();
|
||||
row[idx++] = fg.getFileGroupId().getFileId();
|
||||
row[idx++] = fs.getBaseInstantTime();
|
||||
row[idx++] = fs.getDataFile().isPresent() ? fs.getDataFile().get().getPath() : "";
|
||||
row[idx++] = fs.getDataFile().isPresent() ? fs.getDataFile().get().getFileSize() : -1;
|
||||
|
||||
Reference in New Issue
Block a user