Sutou Kouhei

Results 417 comments of Sutou Kouhei

This is ready to review/merge. Failed jobs are unrelated to this change. @thisisnic Could you test the latest change to confirm that this approach fixes the original problem too before...

I'll merge this in the next week if nobody objects it.

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

Could you apply this for the AppVeyor job failure? ```diff diff --git a/ci/conda_env_cpp.txt b/ci/conda_env_cpp.txt index dd313f19d7..40871f560d 100644 --- a/ci/conda_env_cpp.txt +++ b/ci/conda_env_cpp.txt @@ -37,6 +37,7 @@ ninja # Required by google-cloud-cpp,...

I've fixed CI failures on AppVeyor and GitHub Actions. I'll merge this tomorrow if nobody objects it.