Hello, Want to propose to add a possibility to append to existing files in C# in a similar way how it is implemented in Java.
I haven't found such tasks in GitHub and Jira and unfortunately haven't found a way to access the search mailing list archive. I created a working draft implementation and can finish writing unit tests in a couple days. You can find the code here: https://github.com/valxv/avro. My proposal is to add two new public static methods OpenAppendWriter (one receiving string path and other - streams) to DataFileWriter class to be consistent with C# implementation. -- Vladimir
