You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ra...@apache.org on 2023/07/24 15:11:39 UTC

[arrow] branch maint-13.0.0 updated (6aff23203f -> b78a291d6f)

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

raulcd pushed a change to branch maint-13.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 6aff23203f GH-36756: [CI][Python] Install Cython < 3.0 on verify-release-candidate script (#36757)
     add bc75d678e6 GH-36812: [C#] Fix C API support to work with .NET desktop framework (#36813)
     add 0adeffa970 GH-36805: [R] Update NEWS.md for 13.0.0 (#36806)
     add b78a291d6f MINOR: [R] Bump versions following 12.0.1.1 release (#36801)

No new revisions were added by this update.

Summary of changes:
 csharp/src/Apache.Arrow/C/CArrowArray.cs           | 14 ++++---
 csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs   |  8 ++--
 csharp/src/Apache.Arrow/C/CArrowArrayImporter.cs   | 11 +++--
 csharp/src/Apache.Arrow/C/CArrowArrayStream.cs     | 39 ++++++++++--------
 .../Apache.Arrow/C/CArrowArrayStreamExporter.cs    | 24 +++++------
 .../Apache.Arrow/C/CArrowArrayStreamImporter.cs    | 25 +++++++++--
 csharp/src/Apache.Arrow/C/CArrowSchema.cs          | 14 ++++---
 csharp/src/Apache.Arrow/C/CArrowSchemaExporter.cs  |  8 ++--
 csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs  |  8 +++-
 .../Apache.Arrow.Tests/Apache.Arrow.Tests.csproj   |  9 +++-
 .../test/Apache.Arrow.Tests/ArrayBuilderTests.cs   |  2 +
 csharp/test/Apache.Arrow.Tests/ArrowArrayTests.cs  |  6 +++
 .../test/Apache.Arrow.Tests/ArrowReaderVerifier.cs |  4 ++
 .../Apache.Arrow.Tests/ArrowStreamReaderTests.cs   | 12 ++++++
 .../Apache.Arrow.Tests/CDataInterfaceDataTests.cs  | 10 +++--
 .../CDataInterfacePythonTests.cs                   | 48 +++++++++++++---------
 .../CDataInterfaceSchemaTests.cs                   | 10 +++--
 ...TimeOffsetExtensions.cs => Net472Extensions.cs} | 22 ++++------
 r/NEWS.md                                          | 30 ++++++++++++++
 r/pkgdown/assets/versions.html                     |  5 ++-
 r/pkgdown/assets/versions.json                     |  2 +-
 21 files changed, 207 insertions(+), 104 deletions(-)
 copy csharp/test/Apache.Arrow.Tests/Extensions/{DateTimeOffsetExtensions.cs => Net472Extensions.cs} (63%)