GH-47505: [CI][C#][Integration] Use apache/arrow-dotnet#47508
Conversation
|
|
|
Worked:
|
|
@adamreeve Do you want to review this to proceed apache/arrow-dotnet#24 quickly? This is the blocker of apache/arrow-dotnet#24 . |
adamreeve
left a comment
There was a problem hiding this comment.
This looks good to me thanks @kou.
I tested running archery integration --run-ipc --run-c-data --with-cpp=1 --with-dotnet=1 after checking out the dotnet repository and building it and that worked for me (I didn't include Flight as I have an issue building C++ Flight support on my machine).
|
Thanks. I'll merge this. |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 982d31f. There weren't enough matching historic benchmark results to make a call on whether there were regressions. The full Conbench report has more details. |
…#47508) ### Rationale for this change We're moving the C# implementation to apache/arrow-dotnet. ### What changes are included in this PR? Use apache/arrow-dotnet instead of `csharp/` in apache/arrow. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#47505 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
…#47508) ### Rationale for this change We're moving the C# implementation to apache/arrow-dotnet. ### What changes are included in this PR? Use apache/arrow-dotnet instead of `csharp/` in apache/arrow. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: apache#47505 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Rationale for this change
We're moving the C# implementation to apache/arrow-dotnet.
What changes are included in this PR?
Use apache/arrow-dotnet instead of
csharp/in apache/arrow.Are these changes tested?
Yes.
Are there any user-facing changes?
No.