This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 7b782e5 ARROW-7420: [C++] Migrate tensor related APIs to
Result-returning version
add fa89d3e ARROW-7386: [C#] Array offset does not work properly
No new revisions were added by this update.
Summary of changes:
csharp/src/Apache.Arrow/Arrays/Array.cs | 2 +-
csharp/src/Apache.Arrow/Arrays/BinaryArray.cs | 36 ++--
csharp/src/Apache.Arrow/Arrays/Date32Array.cs | 16 +-
csharp/src/Apache.Arrow/Arrays/Date64Array.cs | 11 +-
csharp/src/Apache.Arrow/Arrays/ListArray.cs | 4 +-
csharp/src/Apache.Arrow/Arrays/PrimitiveArray.cs | 8 +-
csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs | 211 ++++++++++++++++++++++
7 files changed, 256 insertions(+), 32 deletions(-)
create mode 100644 csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs