kou commented on issue #41505:
URL: https://github.com/apache/arrow/issues/41505#issuecomment-2091582142

   Ah, `#19 9.364 node version = v12.22.9` may be related.
   How about enabling AzureFileSystem only on Ubuntu 24.04 that ships [Node.js 
18.19](https://packages.ubuntu.com/search?keywords=nodejs)?
   
   ```diff
   diff --git a/ci/docker/ubuntu-22.04-cpp.dockerfile 
b/ci/docker/ubuntu-22.04-cpp.dockerfile
   index eb189841cd..0101f84881 100644
   --- a/ci/docker/ubuntu-22.04-cpp.dockerfile
   +++ b/ci/docker/ubuntu-22.04-cpp.dockerfile
   @@ -184,7 +184,7 @@ RUN /arrow/ci/scripts/install_sccache.sh 
unknown-linux-musl /usr/local/bin
    # - libc-ares-dev does not install CMake config files
    ENV absl_SOURCE=BUNDLED \
        ARROW_ACERO=ON \
   -    ARROW_AZURE=ON \
   +    ARROW_AZURE=OFF \
        ARROW_BUILD_STATIC=ON \
        ARROW_BUILD_TESTS=ON \
        ARROW_DEPENDENCY_SOURCE=SYSTEM \
   ```
   


-- 
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]

Reply via email to