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 23:04:05 UTC

[arrow] branch master updated (eec855d -> 2746266)

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 eec855d  MINOR: [Python] Fix documentation to allow_truncated_timestamps
     add 2746266  ARROW-12591: [Java][Gandiva] Create single Gandiva jar for MacOS and Linux

No new revisions were added by this update.

Summary of changes:
 dev/tasks/gandiva-jars/build-java.sh               |  38 +------
 .../gandiva-jars/check-shared-dependencies.sh      |  58 +++++++++++
 dev/tasks/gandiva-jars/github.linux.yml            |  47 ---------
 dev/tasks/gandiva-jars/github.osx.yml              |  46 ---------
 dev/tasks/gandiva-jars/github.yml                  | 111 +++++++++++++++++++++
 dev/tasks/tasks.yml                                |  10 +-
 6 files changed, 175 insertions(+), 135 deletions(-)
 create mode 100755 dev/tasks/gandiva-jars/check-shared-dependencies.sh
 delete mode 100644 dev/tasks/gandiva-jars/github.linux.yml
 delete mode 100644 dev/tasks/gandiva-jars/github.osx.yml
 create mode 100644 dev/tasks/gandiva-jars/github.yml