You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ee...@apache.org on 2020/09/11 22:16:03 UTC

[arrow] branch master updated (cd94749 -> 974a74d)

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

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


    from cd94749  ARROW-9868: [C++][R] Provide CopyFiles for copying files between FileSystems
     add 974a74d  ARROW-5034: [C#] ArrowStreamWriter and ArrowFileWriter implement sync WriteRecordBatch

No new revisions were added by this update.

Summary of changes:
 csharp/src/Apache.Arrow/Apache.Arrow.csproj        |   3 +-
 .../Extensions/StreamExtensions.netcoreapp2.1.cs   |   5 +
 .../Extensions/StreamExtensions.netstandard.cs     |  21 ++
 ...oreapp2.1.cs => TupleExtensions.netstandard.cs} |  10 +-
 csharp/src/Apache.Arrow/Ipc/ArrowFileWriter.cs     |  91 +++++++++
 csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs   | 218 +++++++++++++++++---
 .../Apache.Arrow.Tests/ArrowFileWriterTests.cs     |  35 +++-
 .../Apache.Arrow.Tests/ArrowStreamWriterTests.cs   | 227 ++++++++++++++++++++-
 8 files changed, 568 insertions(+), 42 deletions(-)
 copy csharp/src/Apache.Arrow/Extensions/{StreamExtensions.netcoreapp2.1.cs => TupleExtensions.netstandard.cs} (76%)