wgtmac commented on code in PR #3208:
URL: https://github.com/apache/parquet-java/pull/3208#discussion_r2075724984


##########
parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetFileReader.java:
##########
@@ -1743,8 +1743,12 @@ public OffsetIndex readOffsetIndex(ColumnChunkMetaData 
column) throws IOExceptio
 
   @Override
   public void close() throws IOException {
+    close(true);
+  }
+
+  public void close(boolean closeFileInputStream) throws IOException {

Review Comment:
   Thanks for the update! It would be good to reflect the change in the PR 
title.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to