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

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 14426df  ARROW-8026: [Python] Support memoryview as a value type for 
creating binary-like arrays
     add 7a0467f  ARROW-7994: [CI][C++][GLib][Ruby] Move MinGW CI to GitHub 
Actions from AppVeyor

No new revisions were added by this update.

Summary of changes:
 .dir-locals.el                                     |   3 +-
 .dockerignore                                      |  16 ++++
 .github/workflows/cpp.yml                          |  88 ++++++++++++++++-
 .github/workflows/ruby.yml                         | 106 ++++++++++++++++++++-
 appveyor.yml                                       |  14 ---
 ci/appveyor-build.bat                              |   6 +-
 ci/appveyor-cpp-build-mingw.bat                    | 103 --------------------
 ci/appveyor-cpp-setup-mingw.bat                    |  59 ------------
 ci/appveyor-filter-changes.bat                     |   9 +-
 ci/appveyor-install.bat                            |  12 ---
 ci/docker/linux-apt-ruby.dockerfile                |  11 ++-
 ci/scripts/c_glib_build.sh                         |   2 +
 ci/scripts/c_glib_test.sh                          |   1 -
 ci/scripts/msys2_bootstrap.ps1                     |  59 ++++++++++++
 ci/scripts/msys2_setup.sh                          |  57 +++++++++++
 .../{release_test.sh => msys2_system_upgrade.sh}   |  14 ++-
 ci/scripts/ruby_test.sh                            |  19 +---
 cpp/src/parquet/stream_reader_test.cc              |   4 +-
 docker-compose.yml                                 |   5 +-
 ruby/{red-arrow => }/Gemfile                       |   2 +-
 .../{red-arrow-cuda/dependency-check => }/Rakefile |  41 ++++----
 ruby/red-arrow-cuda/Rakefile                       |   8 +-
 ruby/red-arrow-cuda/test/run-test.rb               |   9 +-
 ruby/red-arrow/Rakefile                            |  44 +++++----
 ruby/red-arrow/test/run-test.rb                    |  17 +++-
 ruby/red-gandiva/Rakefile                          |   8 +-
 ruby/red-gandiva/test/run-test.rb                  |   9 +-
 ruby/red-parquet/Rakefile                          |   8 +-
 ruby/red-parquet/test/run-test.rb                  |   9 +-
 ruby/red-plasma/Rakefile                           |   8 +-
 ruby/red-plasma/test/run-test.rb                   |   9 +-
 31 files changed, 468 insertions(+), 292 deletions(-)
 delete mode 100644 ci/appveyor-cpp-build-mingw.bat
 delete mode 100644 ci/appveyor-cpp-setup-mingw.bat
 create mode 100755 ci/scripts/msys2_bootstrap.ps1
 create mode 100755 ci/scripts/msys2_setup.sh
 copy ci/scripts/{release_test.sh => msys2_system_upgrade.sh} (92%)
 copy ruby/{red-arrow => }/Gemfile (98%)
 copy ruby/{red-arrow-cuda/dependency-check => }/Rakefile (57%)

Reply via email to