pitrou commented on pull request #10973:
URL: https://github.com/apache/arrow/pull/10973#issuecomment-908310089
Ah, you'll need to apply the following patch:
```diff
diff --git a/ci/scripts/integration_arrow.sh
b/ci/scripts/integration_arrow.sh
index 453561d31..30cbb2d63 100755
--- a/ci/scripts/integration_arrow.sh
+++ b/ci/scripts/integration_arrow.sh
@@ -28,6 +28,7 @@ pip install -e $arrow_dir/dev/archery
archery integration \
--run-flight \
--with-cpp=1 \
+ --with-csharp=1 \
--with-java=1 \
--with-js=1 \
--with-go=1 \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]