Skip to content

Commit e5ead92

Browse files
authored
Use apache/arrow-dotnet for integration test (apache#8295)
# Which issue does this PR close? - Closes apache#8294. # Rationale for this change The .NET implementation is extracted to apache/arrow-dotnet from apache/arrow. apache/arrow will remove `csharp/` eventually. So we should use apache/arrow-dotnet for integration test. # What changes are included in this PR? * Set `ARCHERY_INTEGRATION_WITH_DOTNET=1` to use the .NET implementation * Checkout apache/arrow-dotnet # Are these changes tested? Yes. # Are there any user-facing changes? No.
1 parent 964805f commit e5ead92

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integration.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
ARROW_INTEGRATION_CPP: ON
6464
ARROW_INTEGRATION_CSHARP: ON
6565
ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "rust"
66+
ARCHERY_INTEGRATION_WITH_DOTNET: "1"
6667
ARCHERY_INTEGRATION_WITH_GO: "1"
6768
ARCHERY_INTEGRATION_WITH_JAVA: "1"
6869
ARCHERY_INTEGRATION_WITH_JS: "1"
@@ -98,6 +99,11 @@ jobs:
9899
with:
99100
path: rust
100101
fetch-depth: 0
102+
- name: Checkout Arrow .NET
103+
uses: actions/checkout@v5
104+
with:
105+
repository: apache/arrow-dotnet
106+
path: dotnet
101107
- name: Checkout Arrow Go
102108
uses: actions/checkout@v5
103109
with:

0 commit comments

Comments
 (0)