Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
liujiayi771 committed Mar 14, 2024
1 parent 86d1769 commit 73c8eb5
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ public class IcebergLocalFilesNode extends LocalFilesNode {
ReadFileFormat fileFormat,
List<String> preferredLocations,
Map<String, List<DeleteFile>> deleteFilesMap) {
super(index, paths, starts, lengths, partitionColumns, new ArrayList<>(), fileFormat, preferredLocations);
super(
index,
paths,
starts,
lengths,
partitionColumns,
new ArrayList<>(),
fileFormat,
preferredLocations);
this.deleteFilesMap = deleteFilesMap;
}

Expand Down

0 comments on commit 73c8eb5

Please sign in to comment.