pan3793 opened a new issue, #3207:
URL: https://github.com/apache/parquet-java/issues/3207

   ### Describe the enhancement requested
   
   This allows the caller to reuse the `SeekableInputStream` but avoid leaking 
other resources held by `ParquetFileReader`, for example, in Spark Parquet 
vectorized reading code path, it opens two times for each Parquet file:
   
   1. the first time opens and reads the footer, do some pruning and push down 
stuff.
   2. the second time opens and reads the row groups
   
   ### Component(s)
   
   _No response_


-- 
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