Skip to content

Commit e7f187a

Browse files
committed
Resolve conflict
1 parent 6d7c75f commit e7f187a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -739,7 +739,7 @@ public static ParquetFileReader open(InputFile file, ParquetMetadata footer, Par
739739
return new ParquetFileReader(file, footer, options, f);
740740
}
741741

742-
protected final SeekableInputStream f;
742+
protected SeekableInputStream f;
743743
private final InputFile file;
744744
private final ParquetReadOptions options;
745745
private final Map<ColumnPath, ColumnDescriptor> paths = new HashMap<>();

0 commit comments

Comments
 (0)