ArnavBalyan opened a new pull request, #3269:
URL: https://github.com/apache/parquet-java/pull/3269
- This patch eliminates the “partial footer” corruption that can occur when
a network or HDFS interruption happens during the final metadata write.
- ParquetFileWriter.end() now builds the column/offset indexes,
bloom-filters, and file footer with a in memory buffered stream that is
appended to `out` in 1 call.
- Writer only updates it's state to `ENDED` only after write and flush
succeed.
--
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]