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/28 21:15:59 UTC

[arrow] branch master updated (0d11014 -> beb5d18)

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 0d11014  ARROW-5640: [Go] Implement Arrow Map Array
     add beb5d18  ARROW-11499: [Release] Use Artifactory instead of Bintray

No new revisions were added by this update.

Summary of changes:
 ci/scripts/java_build.sh                           |  22 +-
 dev/release/.env.example                           |  20 +-
 dev/release/02-source-test.rb                      |   8 +-
 dev/release/02-source.sh                           |   8 +-
 dev/release/05-binary-upload.sh                    |  13 -
 dev/release/binary-task.rb                         | 862 ++++++++-------------
 dev/release/download_rc_binaries.py                |  95 ++-
 dev/release/post-02-binary.sh                      |   8 +-
 dev/release/post-03-website.sh                     |   8 +-
 dev/release/post-06-csharp.sh                      |   2 +-
 dev/release/verify-apt.sh                          |  29 +-
 dev/release/verify-release-candidate-wheels.bat    |   2 +-
 dev/release/verify-release-candidate.sh            |  22 +-
 dev/release/verify-yum.sh                          |  26 +-
 .../yum/apache-arrow-release.spec.in               |   4 +-
 r/vignettes/developing.Rmd                         |   6 +-
 16 files changed, 450 insertions(+), 685 deletions(-)