This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 22df70a0ca GH-37799: [C++] Compute: CommonTemporal support time32 and
time64 casting (#37949)
add 7667b81bff GH-37906: [Integration][C#] Implement C Data Interface
integration testing for C# (#37904)
No new revisions were added by this update.
Summary of changes:
ci/scripts/integration_arrow.sh | 5 +
csharp/src/Apache.Arrow/ArrowBuffer.cs | 3 +-
csharp/src/Apache.Arrow/C/CArrowArray.cs | 13 +-
csharp/src/Apache.Arrow/C/CArrowArrayExporter.cs | 53 +-
csharp/src/Apache.Arrow/C/CArrowSchemaImporter.cs | 10 +-
.../Apache.Arrow/Memory/ExportedAllocationOwner.cs | 22 +
.../Apache.Arrow.IntegrationTest.csproj | 3 +-
.../Apache.Arrow.IntegrationTest/CDataInterface.cs | 77 +++
.../IntegrationCommand.cs | 606 +------------------
.../test/Apache.Arrow.IntegrationTest/JsonFile.cs | 640 ++++++++++++++++++++-
.../CDataInterfacePythonTests.cs | 4 +-
dev/archery/archery/integration/runner.py | 11 +-
dev/archery/archery/integration/tester.py | 6 +-
dev/archery/archery/integration/tester_cpp.py | 6 +-
dev/archery/archery/integration/tester_csharp.py | 138 ++++-
dev/archery/archery/integration/tester_go.py | 6 +-
16 files changed, 958 insertions(+), 645 deletions(-)
create mode 100644 csharp/test/Apache.Arrow.IntegrationTest/CDataInterface.cs