This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from fec096aefd GH-41199: [C#] Fix accessing values of a sliced decimal
array (#41200)
add a6cdcd051a GH-40517: [C#] Fix writing sliced arrays to IPC format
(#41197)
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Arrays/BinaryViewArray.cs | 2 +-
.../Apache.Arrow/Arrays/FixedSizeBinaryArray.cs | 2 +-
.../Apache.Arrow/Ipc/ArrowReaderImplementation.cs | 2 +-
csharp/src/Apache.Arrow/Ipc/ArrowStreamWriter.cs | 309 ++++++++++++---------
.../ArrowArrayConcatenatorTests.cs | 6 +
.../Apache.Arrow.Tests/ArrowFileWriterTests.cs | 32 ++-
.../test/Apache.Arrow.Tests/ArrowReaderVerifier.cs | 106 +++++--
.../Apache.Arrow.Tests/ArrowStreamWriterTests.cs | 46 ++-
.../Apache.Arrow.Tests/BinaryViewArrayTests.cs} | 35 +--
.../FixedSizeBinaryArrayTests.cs | 52 ++++
10 files changed, 399 insertions(+), 193 deletions(-)
copy csharp/{src/Apache.Arrow/Ipc/NoOpBufferCreator.cs =>
test/Apache.Arrow.Tests/BinaryViewArrayTests.cs} (54%)
create mode 100644 csharp/test/Apache.Arrow.Tests/FixedSizeBinaryArrayTests.cs