[
https://issues.apache.org/jira/browse/AVRO-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114257#comment-17114257
]
ASF subversion and git services commented on AVRO-2784:
-------------------------------------------------------
Commit 2d8c857a291ab61ee32e3e2b8ced02f6af6a5c76 in avro's branch
refs/heads/AVRO-2806 from Vladimir
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=2d8c857 ]
AVRO-2784: Add the possibility to append to existing files in C# (#853)
*Implementation of Java AppendTo() as is
* API optimisation.
* optimisation.
* naming error fix
* Before unit tests.
* Unit tests draft
* unit tests
* Suppress CA1000 warnings for two new methods
Suppression performed to maintain compatibility
Co-authored-by: Volodymyr Aleksandrov <[email protected]>
> 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: Minor
> Labels: ready-to-commit
> Fix For: 1.10.0
>
>
> Propose a possibility to append to existing files in C# in a similar way how
> it is implemented in Java.
>
> 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)