kou commented on issue #44062:
URL: https://github.com/apache/arrow/issues/44062#issuecomment-2350266865
Yes. The following change is needed with the current #44099 implementation:
```diff
diff --git a/.github/workflows/integration.yml
b/.github/workflows/integration.yml
index 41edc1bb19..dcaf03c44a 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -64,6 +64,7 @@ jobs:
ARROW_INTEGRATION_GO: ON
ARROW_INTEGRATION_JAVA: ON
ARROW_INTEGRATION_JS: ON
+ ARROW_INTEGRATION_TARGET_LANGUAGES: "rust"
ARCHERY_INTEGRATION_WITH_NANOARROW: "1"
# https://github.com/apache/arrow/pull/38403/files#r1371281630
ARCHERY_INTEGRATION_WITH_RUST: "1"
```
But this may be changed.
I'll open a PR in apache/arrow-rs after I complete this. Please wait for a
while.
--
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]