We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43dd5e4 commit 4e2b939Copy full SHA for 4e2b939
.github/workflows/integration.yml
@@ -65,7 +65,8 @@ jobs:
65
ARROW_INTEGRATION_JAVA: ON
66
ARROW_INTEGRATION_JS: ON
67
ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "rust"
68
- ARCHERY_INTEGRATION_WITH_NANOARROW: "1"
+ # Disable nanoarrow integration, due to https://github.com/apache/arrow-rs/issues/5052
69
+ ARCHERY_INTEGRATION_WITH_NANOARROW: "0"
70
# https://github.com/apache/arrow/pull/38403/files#r1371281630
71
ARCHERY_INTEGRATION_WITH_RUST: "1"
72
# These are necessary because the github runner overrides $HOME
0 commit comments