You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2019/06/23 09:46:27 UTC

[arrow] branch master updated (3533213 -> f01b17b)

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

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


    from 3533213  ARROW-5693: [Go] skip IPC integration tests for Decimal128
     add f01b17b  ARROW-5092: [C#] Create a dummy .git directory to download the source files from GitHub with Source Link

No new revisions were added by this update.

Summary of changes:
 ci/travis_release_test.sh                   |  10 ++
 csharp/src/Apache.Arrow/Apache.Arrow.csproj |   2 +-
 dev/release/00-prepare-test.rb              |   9 +-
 dev/release/02-source-test.rb               | 103 +++++++++++++
 dev/release/02-source.sh                    | 218 ++++++++++++++++------------
 dev/release/source/build.sh                 |   2 +-
 dev/release/test-helper.rb                  |  13 ++
 python/setup.py                             |   2 +-
 8 files changed, 254 insertions(+), 105 deletions(-)
 create mode 100644 dev/release/02-source-test.rb