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 2019/03/31 20:22:06 UTC

[arrow] branch master updated (114985c -> 57de5c3)

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.


 discard 114985c  ARROW-5051: [GLib][Gandiva] Don't return temporary memory
 discard 62b89df  [Website] Added InAccel as powered by Apache Arrow
 discard 701d87e  ARROW-4971: [Go] Add type equality test function
 discard db0126a  ARROW-5061: [Release] Improve 03-binary performance
 discard 06ff059  ARROW-5058: [Release] Fix typos in vote e-mail template
 discard a49d177  ARROW-5050: [C++] Specify dependencies of grpc_ep
     new dbc2908  [Release] Update CHANGELOG.md for 0.13.0
     new 6f228db  [Release] Update .deb/.rpm changelogs for 0.13.0
     new 5dc6a40  [Release] Update versions for 0.13.0
     new dfb9e7a  [maven-release-plugin] prepare release apache-arrow-0.13.0
     new 7d67246  [maven-release-plugin] prepare for next development iteration
     new 2260169  [Release] Update versions for 0.14.0-SNAPSHOT
     new 0abd4b7  [Release] Update .deb package names for 0.14.0
     new f03980b  ARROW-5050: [C++] Specify dependencies of grpc_ep
     new 914fe13  ARROW-5058: [Release] Fix typos in vote e-mail template
     new 0470f8e  ARROW-5061: [Release] Improve 03-binary performance
     new 947e95f  ARROW-4971: [Go] Add type equality test function
     new cab411a  [Website] Added InAccel as powered by Apache Arrow
     new 57de5c3  ARROW-5051: [GLib][Gandiva] Don't return temporary memory

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (114985c)
            \
             N -- N -- N   refs/heads/master (57de5c3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3926 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.md                                       | 567 +++++++++++++++++++++
 c_glib/configure.ac                                |   2 +-
 c_glib/meson.build                                 |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 dev/release/rat_exclude_files.txt                  |  36 +-
 .../linux-packages/debian.ubuntu-trusty/changelog  |   6 +
 .../linux-packages/debian.ubuntu-trusty/control    |  38 +-
 .../libarrow-glib14.install}                       |   0
 .../libarrow-python14.install}                     |   0
 .../libarrow14.install}                            |   0
 .../libparquet-glib14.install}                     |   0
 .../libparquet14.install}                          |   0
 .../libplasma-glib14.install}                      |   0
 .../libplasma14.install}                           |   0
 dev/tasks/linux-packages/debian/changelog          |   6 +
 dev/tasks/linux-packages/debian/control            |  72 +--
 ...glib13.install => libarrow-cuda-glib14.install} |   0
 ...rrow-cuda13.install => libarrow-cuda14.install} |   0
 .../libarrow-glib14.install}                       |   0
 .../libarrow-python14.install}                     |   0
 .../libarrow14.install}                            |   0
 ...va-glib13.install => libgandiva-glib14.install} |   0
 .../{libgandiva13.install => libgandiva14.install} |   0
 .../libparquet-glib14.install}                     |   0
 .../libparquet14.install}                          |   0
 .../libplasma-glib14.install}                      |   0
 .../libplasma14.install}                           |   0
 dev/tasks/linux-packages/yum/arrow.spec.in         |   3 +
 dev/tasks/tasks.yml                                | 122 ++---
 java/adapter/jdbc/pom.xml                          |   2 +-
 java/flight/pom.xml                                |   2 +-
 java/format/pom.xml                                |   2 +-
 java/memory/pom.xml                                |   2 +-
 java/plasma/pom.xml                                |   2 +-
 java/pom.xml                                       |   2 +-
 java/tools/pom.xml                                 |   2 +-
 java/vector/pom.xml                                |   2 +-
 js/package.json                                    |   2 +-
 matlab/CMakeLists.txt                              |   2 +-
 python/setup.py                                    |   2 +-
 r/DESCRIPTION                                      |   2 +-
 r/src/Makevars.win                                 |   2 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb      |   2 +-
 ruby/red-arrow/lib/arrow/version.rb                |   2 +-
 ruby/red-gandiva/lib/gandiva/version.rb            |   2 +-
 ruby/red-parquet/lib/parquet/version.rb            |   2 +-
 ruby/red-plasma/lib/plasma/version.rb              |   2 +-
 rust/arrow/Cargo.toml                              |   2 +-
 rust/datafusion/Cargo.toml                         |   2 +-
 rust/datafusion/README.md                          |   2 +-
 rust/parquet/Cargo.toml                            |   2 +-
 rust/parquet/README.md                             |   4 +-
 53 files changed, 744 insertions(+), 162 deletions(-)
 rename dev/tasks/linux-packages/{debian/libarrow-glib13.install => debian.ubuntu-trusty/libarrow-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libarrow-python13.install => debian.ubuntu-trusty/libarrow-python14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libarrow13.install => debian.ubuntu-trusty/libarrow14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libparquet-glib13.install => debian.ubuntu-trusty/libparquet-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libparquet13.install => debian.ubuntu-trusty/libparquet14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libplasma-glib13.install => debian.ubuntu-trusty/libplasma-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian/libplasma13.install => debian.ubuntu-trusty/libplasma14.install} (100%)
 rename dev/tasks/linux-packages/debian/{libarrow-cuda-glib13.install => libarrow-cuda-glib14.install} (100%)
 rename dev/tasks/linux-packages/debian/{libarrow-cuda13.install => libarrow-cuda14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow-glib13.install => debian/libarrow-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow-python13.install => debian/libarrow-python14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libarrow13.install => debian/libarrow14.install} (100%)
 rename dev/tasks/linux-packages/debian/{libgandiva-glib13.install => libgandiva-glib14.install} (100%)
 rename dev/tasks/linux-packages/debian/{libgandiva13.install => libgandiva14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libparquet-glib13.install => debian/libparquet-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libparquet13.install => debian/libparquet14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libplasma-glib13.install => debian/libplasma-glib14.install} (100%)
 rename dev/tasks/linux-packages/{debian.ubuntu-trusty/libplasma13.install => debian/libplasma14.install} (100%)