Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.14.0
Description
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.