diff --git a/cpp/cmake_modules/ThirdpartyToolchain.cmake b/cpp/cmake_modules/ThirdpartyToolchain.cmake index 2c824ab69d577..6c94ac34d170e 100644 --- a/cpp/cmake_modules/ThirdpartyToolchain.cmake +++ b/cpp/cmake_modules/ThirdpartyToolchain.cmake @@ -365,14 +365,12 @@ if(ARROW_WITH_GRPC) set(ARROW_WITH_ZLIB ON) endif() -# Enable GCS if(ARROW_GCS) set(ARROW_WITH_GOOGLE_CLOUD_CPP ON) set(ARROW_WITH_NLOHMANN_JSON ON) set(ARROW_WITH_ZLIB ON) endif() -# Enable Azure if(ARROW_AZURE) set(ARROW_WITH_AZURE_SDK ON) endif() diff --git a/python/repaired_wheels/pyarrow-13.0.0.dev14283+g7690e01-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/python/repaired_wheels/pyarrow-13.0.0.dev14283+g7690e01-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100644 index 0000000000000..8e49e1d2e2712 Binary files /dev/null and b/python/repaired_wheels/pyarrow-13.0.0.dev14283+g7690e01-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ