Skip to content

Commit 56197e3

Browse files
committed
Resolve conflict
1 parent f1b9b01 commit 56197e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ public static ParquetFileReader open(InputFile file, ParquetMetadata footer, Par
744744
return new ParquetFileReader(file, footer, options, f);
745745
}
746746

747-
protected final SeekableInputStream f;
747+
protected SeekableInputStream f;
748748
private final InputFile file;
749749
private final ParquetReadOptions options;
750750
private final Map<ColumnPath, ColumnDescriptor> paths = new HashMap<>();

0 commit comments

Comments
 (0)