This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f43bfd69e9 GH-36770: [C++] Use custom endpoint for s3 using
environment variable AWS_ENDPOINT_URL (#36791)
add b557e85679 GH-36812: [C#] Fix C API support to work with .NET desktop
framework (#36813)
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 | 11 ++++-
.../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 ++++------
18 files changed, 174 insertions(+), 102 deletions(-)
copy csharp/test/Apache.Arrow.Tests/Extensions/{DateTimeOffsetExtensions.cs =>
Net472Extensions.cs} (63%)