naude-r opened a new pull request, #2958:
URL: https://github.com/apache/parquet-java/pull/2958

   ### Rationale for this change
   ParquetFileWriter::close can be called multiple times (end -> close and 
InternalParquetRecordWriter::close via AutoCloseables.uncheckedClose). this 
causes an exception to be generated on the 2nd close.
   
   ### What changes are included in this PR?
   Make ParquetFileWriter::close safe to be called multiple times. 
   
   ### Are these changes tested?
   Yes.
   
   ### Are there any user-facing changes?
   No.
   
   Closes #1701


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