kou commented on PR #14208:
URL: https://github.com/apache/arrow/pull/14208#issuecomment-1255540391

   Could you enable ORC in our CI jobs?
   
   ```diff
   diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
   index 2642a6ec1a..07243ffc4e 100644
   --- a/.github/workflows/cpp.yml
   +++ b/.github/workflows/cpp.yml
   @@ -213,6 +213,7 @@ jobs:
          ARROW_HOME: /usr
          ARROW_JEMALLOC: OFF
          ARROW_MIMALLOC: ON
   +      ARROW_ORC: ON
          ARROW_PARQUET: ON
          ARROW_USE_GLOG: OFF
          ARROW_VERBOSE_THIRDPARTY_BUILD: OFF
   diff --git a/ci/appveyor-cpp-build.bat b/ci/appveyor-cpp-build.bat
   index 4b90e49257..d8eb9d2c11 100644
   --- a/ci/appveyor-cpp-build.bat
   +++ b/ci/appveyor-cpp-build.bat
   @@ -68,6 +68,7 @@ cmake -G "%GENERATOR%" %CMAKE_ARGS% ^
          -DARROW_FLIGHT_SQL=%ARROW_BUILD_FLIGHT_SQL% ^
          -DARROW_GANDIVA=%ARROW_BUILD_GANDIVA% ^
          -DARROW_MIMALLOC=ON ^
   +      -DARROW_ORC=ON ^
          -DARROW_PARQUET=ON ^
          -DARROW_PYTHON=ON ^
          -DARROW_S3=%ARROW_S3% ^
   ```


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