This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git


The following commit(s) were added to refs/heads/main by this push:
     new ec67a728 chore(ci): Stop skipping Rust integration tests (#703)
ec67a728 is described below

commit ec67a7283c0bb4319f9dcc0d8a82add1ec85ec00
Author: Dewey Dunnington <[email protected]>
AuthorDate: Wed Jan 8 15:12:50 2025 -0600

    chore(ci): Stop skipping Rust integration tests (#703)
    
    After https://github.com/apache/arrow-rs/pull/6426 , the issue causing
    the arrow-rs integration has been fixed!
---
 docker-compose.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index be7c5ada..eb84c48e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -55,9 +55,7 @@ services:
       - ${NANOARROW_DOCKER_SOURCE_DIR}:/arrow-integration/nanoarrow
     environment:
       ARCHERY_INTEGRATION_TARGET_IMPLEMENTATIONS: "nanoarrow"
-      # Rust writes invalid flatbuffers:
-      # https://github.com/apache/arrow-rs/issues/5052
-      ARCHERY_INTEGRATION_WITH_RUST: "0"
+      ARCHERY_INTEGRATION_WITH_RUST: "1"
     command:
       ["echo '::group::Build nanoarrow' &&
         conda run --no-capture-output 
/arrow-integration/ci/scripts/nanoarrow_build.sh /arrow-integration /build &&

Reply via email to