turboFei commented on PR #3030:
URL: https://github.com/apache/parquet-java/pull/3030#issuecomment-2405661685

   Thanks parthchandra for the comments.
   
   For our company internal managed spark, we reuse the inputstream for parquet 
file.
   
   Before that:
   
   A spark task will open the file multiple times to read footer and data.
   
   When the HDFS nameNode is under high pressure, it will cost time.
   
   After that, it only open the parquet file for one time.
   
   


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