You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by dk...@apache.org on 2020/05/22 12:30:11 UTC

[avro] branch master updated (61f162d -> 1340573)

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git.


    from 61f162d  AVRO-2714: [C#] Optimize reading on .NET Core and Standard 2.1+ (#792)
     add 1340573  AVRO-2753: Add leaveOpen optional flag

No new revisions were added by this update.

Summary of changes:
 lang/csharp/src/apache/main/File/DataFileReader.cs | 48 ++++++++++++++-
 lang/csharp/src/apache/main/File/DataFileWriter.cs | 38 +++++++++++-
 lang/csharp/src/apache/main/GlobalSuppressions.cs  |  5 ++
 lang/csharp/src/apache/test/File/FileTests.cs      | 71 ++++++++++++++++++++++
 4 files changed, 156 insertions(+), 6 deletions(-)