kou commented on PR #611: URL: https://github.com/apache/arrow-nanoarrow/pull/611#issuecomment-2362224938
I've merged https://github.com/apache/arrow/pull/44156 . Could you use this? ```diff diff --git a/docker-compose.yml b/docker-compose.yml index 2fb86c9..bd651cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -54,7 +54,7 @@ services: volumes: - ${NANOARROW_DOCKER_SOURCE_DIR}:/arrow-integration/nanoarrow environment: - ARCHERY_INTEGRATION_TARGET_LANGUAGES: "nanoarrow" + ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "nanoarrow" command: ["echo '::group::Build nanoarrow' && conda run --no-capture-output /arrow-integration/ci/scripts/nanoarrow_build.sh /arrow-integration /build && ``` -- 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]
