You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/01/27 11:10:49 UTC

[arrow] branch master updated (8484876 -> 82b008e)

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

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


    from 8484876  ARROW-7660 : [C++][Gandiva] Optimise castVarchar(string, int) function for single byte characters
     add 82b008e  ARROW-7682: [Packaging] Add support for arm64 APT/Yum repositories

No new revisions were added by this update.

Summary of changes:
 dev/release/.env.example                           |   48 +
 {ruby/red-arrow-cuda => dev/release}/.gitignore    |    3 +-
 dev/release/03-binary.sh                           |  636 +------
 .../release/Rakefile                               |   26 +-
 dev/release/binary-common.sh                       |   82 +
 dev/release/binary-task.rb                         | 1815 ++++++++++++++++++++
 .../.gitignore => dev/release/binary/.dockerignore |    2 +-
 dev/release/binary/Dockerfile                      |   11 +-
 .../{update-changelog.sh => binary/runner.sh}      |   21 +-
 dev/release/post-02-binary.sh                      |  197 +--
 dev/release/verify-apt.sh                          |   48 +-
 dev/release/verify-release-candidate.sh            |   32 +-
 dev/release/verify-yum.sh                          |   82 +-
 dev/tasks/crossbow.py                              |    2 +-
 dev/tasks/tasks.yml                                |   22 +-
 15 files changed, 2228 insertions(+), 799 deletions(-)
 create mode 100644 dev/release/.env.example
 copy {ruby/red-arrow-cuda => dev/release}/.gitignore (97%)
 copy ruby/red-arrow/lib/arrow/date64-array-builder.rb => dev/release/Rakefile (72%)
 create mode 100644 dev/release/binary-common.sh
 create mode 100644 dev/release/binary-task.rb
 copy ruby/red-gandiva/.gitignore => dev/release/binary/.dockerignore (99%)
 copy dev/release/{update-changelog.sh => binary/runner.sh} (71%)