This is an automated email from the ASF dual-hosted git repository.
fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 38298c9 ARROW-6948: [Rust] [Parquet] Fix boolean array in arrow
reader.
add 812d56c ARROW-6970: [Packaging][RPM] Add support for CentOS 8
No new revisions were added by this update.
Summary of changes:
c_glib/example/lua/Makefile.am | 3 +
c_glib/example/{ => lua}/meson.build | 15 +-
c_glib/example/meson.build | 14 +-
c_glib/meson.build | 6 +-
cpp/src/gandiva/precompiled/CMakeLists.txt | 2 +-
dev/tasks/linux-packages/debian/rules | 2 +-
dev/tasks/linux-packages/package-task.rb | 2 +
dev/tasks/linux-packages/yum/arrow.spec.in | 223 +++++++++++++++++++--
dev/tasks/linux-packages/yum/centos-6/Dockerfile | 1 +
dev/tasks/linux-packages/yum/centos-7/Dockerfile | 1 +
.../{centos-7-aarch64 => centos-8-aarch64}/from | 2 +-
.../yum/{centos-7 => centos-8}/Dockerfile | 38 ++--
.../yum/{centos-7 => centos-8}/qemu-dummy-static | 0
dev/tasks/tasks.yml | 109 ++++++++++
14 files changed, 375 insertions(+), 43 deletions(-)
copy c_glib/example/{ => lua}/meson.build (69%)
copy dev/tasks/linux-packages/yum/{centos-7-aarch64 => centos-8-aarch64}/from
(97%)
copy dev/tasks/linux-packages/yum/{centos-7 => centos-8}/Dockerfile (70%)
copy dev/tasks/linux-packages/yum/{centos-7 => centos-8}/qemu-dummy-static
(100%)