Skip to content

Commit cce9f1f

Browse files
committed
Reformat
1 parent 56197e3 commit cce9f1f

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
@@ -960,7 +960,7 @@ public ParquetFileReader(InputFile file, ParquetReadOptions options, SeekableInp
960960
this.footer = readFooter(file, options, f, converter);
961961
} catch (IOException e) {
962962
// In case that reading footer throws an exception in the constructor, the new stream
963-
// should be closed. Otherwise, there's no way to close this outside.
963+
// should be closed. Otherwise, there's no way to close this outside.
964964
f.close();
965965
throw e;
966966
}

0 commit comments

Comments
 (0)