Amogh Jahagirdar created PARQUET-2472:
-----------------------------------------

             Summary: Close resources in finally block in ParquetFileWriter#end
                 Key: PARQUET-2472
                 URL: https://issues.apache.org/jira/browse/PARQUET-2472
             Project: Parquet
          Issue Type: Bug
            Reporter: Amogh Jahagirdar


ParquetFileWriter#end currently will write out the footer and then do the 
close. However, the close is not within a finally block so it's technically 
possible that something fails within the footer write and we don't free up 
resources.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to