[
https://issues.apache.org/jira/browse/AVRO-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vladimir Aleksandrov updated AVRO-2784:
---------------------------------------
Description:
Propose a possibility to append to existing files in C# in a similar way how it
is implemented in Java. I put the priority of "Major" because it is critical
functionality for our project.
I haven't found such tasks in GitHub and here 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.
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.
was:
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 put the priority of "Major"
because it is critical functionality for our project.
I haven't found such tasks in GitHub and here 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. 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.
> Append to existing file in C#
> -----------------------------
>
> Key: AVRO-2784
> URL: https://issues.apache.org/jira/browse/AVRO-2784
> Project: Apache Avro
> Issue Type: New Feature
> Components: csharp
> Affects Versions: 1.9.2
> Reporter: Vladimir Aleksandrov
> Priority: Major
> Labels: ready-to-commit
> Original Estimate: 72h
> Remaining Estimate: 72h
>
> Propose a possibility to append to existing files in C# in a similar way how
> it is implemented in Java. I put the priority of "Major" because it is
> critical functionality for our project.
>
> I haven't found such tasks in GitHub and here 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.
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)