hellishfire opened a new issue, #3011:
URL: https://github.com/apache/parquet-java/issues/3011

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   After [PARQUET-2437](https://github.com/apache/parquet-java/pull/1285), 
InternalParquetRecordWriter will switch to aborted state if write throws, but 
still accept further writes even though these writes will not be flushed during 
close, leaving the file incomplete. Users will not notice the corrupted file 
until they actually read the file.
   
   Should we check for aborted state and reject further writes to avoid such 
surprises?
   @gszadovszky 
   
   ### Component(s)
   
   _No response_


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