You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/04/30 22:15:49 UTC

[arrow] branch master updated (a7f2d81 -> a987357)

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 a7f2d81  ARROW-12528: [JS] Support typed arrays in Table.new
     add a987357  ARROW-12593: [Packaging][Ubuntu] Add support for Ubuntu 21.04

No new revisions were added by this update.

Summary of changes:
 dev/release/01-prepare-test.rb                     |   4 +-
 dev/release/binary-task.rb                         |   1 +
 .../{ubuntu-groovy => ubuntu-hirsute}/Dockerfile   |   2 +-
 dev/tasks/linux-packages/apache-arrow/Rakefile     |   2 -
 .../apache-arrow/apt/debian-bullseye/Dockerfile    |   4 +-
 .../apt/debian-bullseye/qemu-dummy-static          |  33 --
 .../apache-arrow/apt/debian-buster/Dockerfile      |   2 -
 .../apt/debian-buster/qemu-dummy-static            |  33 --
 .../apache-arrow/apt/ubuntu-bionic/Dockerfile      |   2 -
 .../apt/ubuntu-bionic/qemu-dummy-static            |  33 --
 .../apache-arrow/apt/ubuntu-focal/Dockerfile       |   2 -
 .../apt/ubuntu-focal/qemu-dummy-static             |  33 --
 .../apache-arrow/apt/ubuntu-groovy/Dockerfile      |   4 +-
 .../apt/ubuntu-groovy/qemu-dummy-static            |  33 --
 .../from                                           |   2 +-
 .../{ubuntu-focal => ubuntu-hirsute}/Dockerfile    |  12 +-
 .../linux-packages/apache-arrow/debian/control.in  |   2 +
 .../apache-arrow/yum/centos-7/Dockerfile           |   2 -
 .../apache-arrow/yum/centos-7/qemu-dummy-static    |  33 --
 .../apache-arrow/yum/centos-8/Dockerfile           |   2 -
 .../apache-arrow/yum/centos-8/qemu-dummy-static    |  33 --
 dev/tasks/linux-packages/github.linux.amd64.yml    |   9 +-
 dev/tasks/linux-packages/package-task.rb           |   2 +
 dev/tasks/linux-packages/travis.linux.arm64.yml    |   5 +
 dev/tasks/tasks.yml                                | 535 ++-------------------
 25 files changed, 62 insertions(+), 763 deletions(-)
 copy dev/tasks/linux-packages/apache-arrow-apt-source/apt/{ubuntu-groovy => ubuntu-hirsute}/Dockerfile (98%)
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/apt/debian-bullseye/qemu-dummy-static
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/apt/debian-buster/qemu-dummy-static
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/apt/ubuntu-bionic/qemu-dummy-static
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/apt/ubuntu-focal/qemu-dummy-static
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/apt/ubuntu-groovy/qemu-dummy-static
 copy dev/tasks/linux-packages/apache-arrow/apt/{debian-buster-arm64 => ubuntu-hirsute-arm64}/from (97%)
 copy dev/tasks/linux-packages/apache-arrow/apt/{ubuntu-focal => ubuntu-hirsute}/Dockerfile (91%)
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/yum/centos-7/qemu-dummy-static
 delete mode 100755 dev/tasks/linux-packages/apache-arrow/yum/centos-8/qemu-dummy-static