[ 
https://issues.apache.org/jira/browse/PARQUET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17846496#comment-17846496
 ] 

Amogh Jahagirdar commented on PARQUET-2472:
-------------------------------------------

I've raised [https://github.com/apache/parquet-mr/pull/1350] to address this

> 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
>            Priority: Minor
>
> 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