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

wesm pushed a change to branch ARROW-6313-flatbuffer-alignment
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 85cb1fa  ARROW-6545: [Go] update IPC writer to use two-part EOS
     add f054054  ARROW-6314: [C#] Implement IPC message format alignment 
changes, provide backwards compatibility and "legacy" option to emit old 
message format

No new revisions were added by this update.

Summary of changes:
 csharp/src/Apache.Arrow/Ipc/ArrowFileWriter.cs     |  19 ++--
 .../Ipc/ArrowMemoryReaderImplementation.cs         |  30 +++++
 .../Ipc/ArrowStreamReaderImplementation.cs         | 122 ++++++++++++++-------
 csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs   |  53 +++++++--
 .../Apache.Arrow/Ipc/{Block.cs => IpcOptions.cs}   |  29 +++--
 csharp/src/Apache.Arrow/Ipc/MessageSerializer.cs   |   1 +
 .../Apache.Arrow.Tests/ArrowFileReaderTests.cs     |   6 +-
 .../Apache.Arrow.Tests/ArrowStreamReaderTests.cs   |  50 ++++++---
 .../Apache.Arrow.Tests/ArrowStreamWriterTests.cs   |  78 +++++++++++--
 9 files changed, 291 insertions(+), 97 deletions(-)
 copy csharp/src/Apache.Arrow/Ipc/{Block.cs => IpcOptions.cs} (61%)

Reply via email to