You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/19 16:33:04 UTC

[arrow] branch master updated (501cde9 -> 2e8d389)

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

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


 discard 501cde9  ARROW-4254: [C++][Gandiva] Build with Boost from Ubuntu Trusty apt
 discard 3d77ce6  ARROW-4167: [C++][Gandiva] Switch to arrow/util/variant
 discard f3cd36a  ARROW-4261: [C++] Make CMake paths for IPC, Flight, Thrift, and Plasma subproject compatible
 discard 23853a0  ARROW-4280: Update README.md to reflect parquet deps
 discard 0f8bd74  [Release] Build C++ unit tests in verify-release-candidate.bat
 discard b1fd796  ARROW-4271: [Rust] Move Parquet specific info to Parquet Readme
 discard 50a2ca3  ARROW-4276: [Release] Remove needless Bintray authentication
 discard 035ce51  ARROW-3564: [C++] Fix dictionary encoding logic for Parquet 2.0
 discard 8826789  ARROW-4273: [Release] Fix verification script to use cf201901 conda-forge label
     new 6c8c0c1  [Release] Update CHANGELOG.md for 0.12.0
     new db508ee  [Release] Update .deb/.rpm changelogs for 0.12.0
     new 6fcd910  [Release] Update versions for 0.12.0
     new 8ca4138  [maven-release-plugin] prepare release apache-arrow-0.12.0
     new 7a918b3  ARROW-4273: [Release] Fix verification script to use cf201901 conda-forge label
     new 3279bc8  ARROW-3564: [C++] Fix dictionary encoding logic for Parquet 2.0
     new 2b3f9ce  ARROW-4276: [Release] Remove needless Bintray authentication
     new c2e57f9  ARROW-4271: [Rust] Move Parquet specific info to Parquet Readme
     new 87abfef  [Release] Build C++ unit tests in verify-release-candidate.bat
     new 1c7d719  ARROW-4280: Update README.md to reflect parquet deps
     new 2264e26  ARROW-4261: [C++] Make CMake paths for IPC, Flight, Thrift, and Plasma subproject compatible
     new 9056a0c  ARROW-4167: [C++][Gandiva] Switch to arrow/util/variant
     new 2e8d389  ARROW-4254: [C++][Gandiva] Build with Boost from Ubuntu Trusty apt

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   (501cde9)
            \
             N -- N -- N   refs/heads/master (2e8d389)

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 3376 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                                       | 605 +++++++++++++++++++++
 c_glib/configure.ac                                |   2 +-
 c_glib/meson.build                                 |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 .../linux-packages/debian.ubuntu-trusty/changelog  |   6 +
 dev/tasks/linux-packages/debian/changelog          |   6 +
 dev/tasks/linux-packages/yum/arrow.spec.in         |   3 +
 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                                       |   4 +-
 java/tools/pom.xml                                 |   2 +-
 java/vector/pom.xml                                |   2 +-
 matlab/CMakeLists.txt                              |   2 +-
 r/DESCRIPTION                                      |   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/parquet/Cargo.toml                            |   2 +-
 24 files changed, 641 insertions(+), 21 deletions(-)