You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "eliasdaler (via GitHub)" <gi...@apache.org> on 2023/06/06 12:02:59 UTC

[GitHub] [avro] eliasdaler commented on pull request #944: AVRO-2916: add DataFileWriter.appendTo(Header,OutputStream)

eliasdaler commented on PR #944:
URL: https://github.com/apache/avro/pull/944#issuecomment-1578629401

   Would be nice to get this merged. 
   
   Without this function, it's currently impossible to atomically append to a file - you need to open two streams for passing them to `appendTo` (`in` and `out`) and this is problematic in case some parallel process renames/moves the file in-between the creations of these streams.


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org