Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-2472: Close in finally block in ParquetFileWriter#end (#1350)
It's currently possible that ParquetFileWriter#end fails when writing out the footer, and we don't clean up resources. This change addresses this by explicitly closing the output stream in the finally block.
- Loading branch information