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

kou pushed a commit to branch maint-10.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git

commit f1343f1b78a6461c0d39a9ce16718cd5d8c835ee
Author: Sutou Kouhei <k...@clear-code.com>
AuthorDate: Fri Oct 21 14:35:32 2022 +0900

    ARROW-18093: [CI][Conda][Windows] Disable ORC (#14454)
    
    https://anaconda.org/conda-forge/orc doesn't provide binaries for Windows.
    
    Error message:
    
    
https://dev.azure.com/ursacomputing/crossbow/_build/results?buildId=37759&view=logs&j=4c86bc1b-1091-5192-4404-c74dfaad23e7&t=41795ef0-6501-5db4-3ad4-33c0cf085626&l=497
    
        CMake Error at cmake_modules/FindORC.cmake:56 (message):
          ORC library was required in toolchain and unable to locate
        Call Stack (most recent call first):
          cmake_modules/ThirdpartyToolchain.cmake:280 (find_package)
          cmake_modules/ThirdpartyToolchain.cmake:4362 (resolve_dependency)
          CMakeLists.txt:496 (include)
    
    Authored-by: Sutou Kouhei <k...@clear-code.com>
    Signed-off-by: Sutou Kouhei <k...@clear-code.com>
---
 dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat 
b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
index 02de305eaa..21e2ae714e 100644
--- a/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
+++ b/dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat
@@ -31,7 +31,7 @@ cmake -G "Ninja" ^
       -DARROW_HDFS:BOOL=ON ^
       -DARROW_JSON:BOOL=ON ^
       -DARROW_MIMALLOC:BOOL=ON ^
-      -DARROW_ORC:BOOL=ON ^
+      -DARROW_ORC:BOOL=OFF ^
       -DARROW_PACKAGE_PREFIX="%LIBRARY_PREFIX%" ^
       -DARROW_PARQUET:BOOL=ON ^
       -DARROW_S3:BOOL=ON ^

Reply via email to