hellishfire commented on issue #3011:
URL: https://github.com/apache/parquet-java/issues/3011#issuecomment-2362688302

   > @hellishfire, How users would not notice the corruption when the related 
exception is thrown? My change is related to auto-closing to not to write 
anything automatically (at closing) after an exception happened. The users of 
the API shall not continue writing data after an exception.
   
   We found that some users still try to write after exception, then 
successfully close the file, only to find out later that the file can not be 
opened for read because of missing file footer.
   Perhaps it's better to deny any write to make it fool-proof?


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