paleolimbot commented on issue #33819: URL: https://github.com/apache/arrow/issues/33819#issuecomment-1399394284
@nealrichardson I can't reproduce using Dockerfile: ```dockerfile FROM silkeh/clang:dev-bullseye RUN apt-get update && apt-get install -y git cmake libxml2-dev libcurl4-openssl-dev libssl-dev RUN git clone https://github.com/apache/arrow.git /arrow RUN mkdir /arrow-build && cd /arrow-build && cmake /arrow/cpp -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DARROW_CSV=ON -DARROW_DATASET=ON -DARROW_FILESYSTEM=ON -DARROW_COMPUTE=ON -DARROW_PARQUET=ON -DBoost_SOURCE=BUNDLED && cmake --build . && cmake --install . --prefix /arrow-dist ENV ARROW_HOME /arrow-dist CMD /bin/bash ``` So I'm guessing it's either S3 or GCS. -- 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]
