You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2020/02/07 07:42:08 UTC

[arrow] branch master updated (b18ed44 -> e79c251)

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

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


    omit b18ed44  ARROW-7768: [Rust] Implement TryClone and Length for Cursor<Vec<u8>>
    omit 41fbee4  ARROW-7743: [Rust] Support reading timestamp micros
    omit 2b690d6  [C++] [Dev] Sync arrow-testing submodule (#6373)
    omit f0f377c  ARROW-7780: [Release] Fix Windows wheel RC verification script given lack of "m" ABI tag in Python 3.8
    omit bd38bee  ARROW-5981: [C++] Propagate errors from MemoTable to DictionaryBuilder
    omit 97282b2  ARROW-7774: [Packaging][Python] Update macos and windows wheel filenames
    omit e5dc849  ARROW-7720: [C++][Python] Add check_metadata argument to Table.equals
    omit f68f0d2  ARROW-7524: [C++][CI] Enable Parquet in the VS2019 GHA job
    omit 834ce15  ARROW-7467: [Java] ComplexCopier does incorrect copy for Map nullable info
    omit 8a13c02  ARROW-7405: [Java] ListVector isEmpty API is incorrect
    omit a1ba1cb  ARROW-7514: [C#] Make GetValueOffset Obsolete
    omit c02d376  ARROW-4226: [C++] Add sparse CSF tensor support
    omit 25fd97b  PARQUET-1716: [C++] Add BYTE_STREAM_SPLIT encoder and decoder
    omit 184f828  ARROW-7762: [Python] Do not ignore exception for invalid version in ParquetWriter
    omit 67e34c5  ARROW-7766: [Python][Packaging] Windows py38 wheels are built with wrong ABI tag
    omit 992d9fc  ARROW-7752: [Release] Enable and test dataset in the verification script
    omit b7dbbcc  ARROW-6757: [Release] Use same CMake generator for C++ and Python when verifying RC, remove Python 3.5 from wheel verification
    omit 09059d5  ARROW-7760: [Release] Fix verify-release-candidate.sh since pip3 seems to no longer be in miniconda, install miniconda unconditionally
    omit d6b6f87  ARROW-7691: [C++] Check non-scalar Flatbuffers fields are not null
    omit 0326ea3  ARROW-7751: [Release] macOS wheel verification also needs arrow-testing
    omit a605417  ARROW-7750: [Release] Make the source release verification script restartable
    omit bc261d1  ARROW-7073: [Java] Support concating vectors values in batch
    omit 4b54997  ARROW-7726: [CI] [C++] Use boost binaries on Windows GHA build
    omit cb81f7d  ARROW-7735: [Release][Python] Use pip to install dependencies for wheel verification
    omit 68c2f3c  ARROW-7729: [Python][CI] Pin pandas version to 0.25 in the dask integration test
    omit d091894  ARROW-7684: [Rust] Example Flight client and server for DataFusion
    omit 19b0d4b  ARROW-7466: [CI][Java] Fix gandiva-jar-osx nightly build failure
    omit ab3d86e  ARROW-7736: [Release] Retry binary download on transient error
    omit 4c7bfc7  ARROW-7301: [Java] Sql type DATE should correspond to DateDayVector
    omit 85996e6  ARROW-6871: [Java] Enhance TransferPair related parameters check and tests
    omit af24bb7  ARROW-6724: [C++] Allow simpler BufferOutputStream creation
    omit 49aada2  ARROW-7734: [C++] check status details for nullptr in equality
    omit 942a4d0  ARROW-6738: [Java] Fix problems with current union comparison logic
    omit bd08d0e  ARROW-7712: [CI] [Crossbow] Delete fuzzit jobs
     add fb2a9f3  [Release] Update CHANGELOG.md for 0.16.0
     add 2f395e9  [Release] Update .deb/.rpm changelogs for 0.16.0
     add 66d9941  [Release] Update versions for 0.16.0
     add 729a768  [maven-release-plugin] prepare release apache-arrow-0.16.0
     add 7b065b3  [maven-release-plugin] prepare for next development iteration
     add 3468f88  [Release] Update versions for 1.0.0-SNAPSHOT
     add 7dab2f8  [Release] Update .deb package names for 1.0.0
     add b5a9839  ARROW-7712: [CI] [Crossbow] Delete fuzzit jobs
     add 195643f  ARROW-6738: [Java] Fix problems with current union comparison logic
     add 9e8590d  ARROW-7734: [C++] check status details for nullptr in equality
     add 350c7bd  ARROW-6724: [C++] Allow simpler BufferOutputStream creation
     add 819b18d  ARROW-6871: [Java] Enhance TransferPair related parameters check and tests
     add 273e1ce  ARROW-7301: [Java] Sql type DATE should correspond to DateDayVector
     add e4ff276  ARROW-7736: [Release] Retry binary download on transient error
     add c477183  ARROW-7466: [CI][Java] Fix gandiva-jar-osx nightly build failure
     add fee1209  ARROW-7684: [Rust] Example Flight client and server for DataFusion
     add baaf702  ARROW-7729: [Python][CI] Pin pandas version to 0.25 in the dask integration test
     add 0ed81a8  ARROW-7735: [Release][Python] Use pip to install dependencies for wheel verification
     add 3f0c41a  ARROW-7726: [CI] [C++] Use boost binaries on Windows GHA build
     add 5928a9e  ARROW-7073: [Java] Support concating vectors values in batch
     add e320b4c  ARROW-7750: [Release] Make the source release verification script restartable
     add 8cc8215  ARROW-7751: [Release] macOS wheel verification also needs arrow-testing
     add 6aaa9b3  ARROW-7691: [C++] Check non-scalar Flatbuffers fields are not null
     add 0945a02  ARROW-7760: [Release] Fix verify-release-candidate.sh since pip3 seems to no longer be in miniconda, install miniconda unconditionally
     add a563ce3  ARROW-6757: [Release] Use same CMake generator for C++ and Python when verifying RC, remove Python 3.5 from wheel verification
     add 52e18d5  ARROW-7752: [Release] Enable and test dataset in the verification script
     add e4d6bd8  ARROW-7766: [Python][Packaging] Windows py38 wheels are built with wrong ABI tag
     add 2f3ff80  ARROW-7762: [Python] Do not ignore exception for invalid version in ParquetWriter
     add 810b9c1  PARQUET-1716: [C++] Add BYTE_STREAM_SPLIT encoder and decoder
     add eca2b6d  ARROW-4226: [C++] Add sparse CSF tensor support
     add 1c8ff91  ARROW-7514: [C#] Make GetValueOffset Obsolete
     add 7e81725  ARROW-7405: [Java] ListVector isEmpty API is incorrect
     add b90370f  ARROW-7467: [Java] ComplexCopier does incorrect copy for Map nullable info
     add e1bccd0  ARROW-7524: [C++][CI] Enable Parquet in the VS2019 GHA job
     add d03c49c  ARROW-7720: [C++][Python] Add check_metadata argument to Table.equals
     add 579ce66  ARROW-7774: [Packaging][Python] Update macos and windows wheel filenames
     add 163cb78  ARROW-5981: [C++] Propagate errors from MemoTable to DictionaryBuilder
     add a1040bc  ARROW-7780: [Release] Fix Windows wheel RC verification script given lack of "m" ABI tag in Python 3.8
     add df06513  [C++] [Dev] Sync arrow-testing submodule (#6373)
     add 607b093  ARROW-7743: [Rust] Support reading timestamp micros
     add e79c251  ARROW-7768: [Rust] Implement TryClone and Length for Cursor<Vec<u8>>

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   (b18ed44)
            \
             N -- N -- N   refs/heads/master (e79c251)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       | 703 +++++++++++++++++++++
 c_glib/configure.ac                                |   2 +-
 c_glib/meson.build                                 |   2 +-
 ci/PKGBUILD                                        |   2 +-
 cpp/CMakeLists.txt                                 |   2 +-
 csharp/Directory.Build.props                       |   2 +-
 dev/release/rat_exclude_files.txt                  |  52 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |   2 +-
 .../homebrew-formulae/autobrew/apache-arrow.rb     |   2 +-
 .../apache-arrow-archive-keyring/debian/changelog  |   5 +
 .../yum/apache-arrow-release.spec.in               |   2 +
 .../apache-arrow/debian.ubuntu-xenial/changelog    |   6 +
 .../apache-arrow/debian.ubuntu-xenial/control      |  78 +--
 .../libarrow-cuda-glib100.install}                 |   0
 .../libarrow-cuda100.install}                      |   0
 .../libarrow-dataset100.install}                   |   0
 .../libarrow-glib100.install}                      |   0
 .../libarrow-python100.install}                    |   0
 .../libarrow100.install}                           |   0
 .../libgandiva-glib100.install}                    |   0
 .../libgandiva100.install}                         |   0
 .../libparquet-glib100.install}                    |   0
 .../libparquet100.install}                         |   0
 .../libplasma-glib100.install}                     |   0
 .../libplasma100.install}                          |   0
 .../linux-packages/apache-arrow/debian/changelog   |   6 +
 .../linux-packages/apache-arrow/debian/control     |  94 +--
 .../libarrow-cuda-glib100.install}                 |   0
 .../libarrow-cuda100.install}                      |   0
 .../libarrow-dataset100.install}                   |   0
 ...flight16.install => libarrow-flight100.install} |   0
 .../libarrow-glib100.install}                      |   0
 ...6.install => libarrow-python-flight100.install} |   0
 .../libarrow-python100.install}                    |   0
 .../libarrow100.install}                           |   0
 .../libgandiva-glib100.install}                    |   0
 .../libgandiva100.install}                         |   0
 .../libparquet-glib100.install}                    |   0
 .../libparquet100.install}                         |   0
 .../libplasma-glib100.install}                     |   0
 .../libplasma100.install}                          |   0
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |   3 +
 dev/tasks/tasks.yml                                | 404 ++++++------
 java/adapter/avro/pom.xml                          |   2 +-
 java/adapter/jdbc/pom.xml                          |   2 +-
 java/adapter/orc/pom.xml                           |   2 +-
 java/algorithm/pom.xml                             |   2 +-
 java/flight/flight-core/pom.xml                    |   2 +-
 java/flight/flight-grpc/pom.xml                    |   2 +-
 java/format/pom.xml                                |   2 +-
 java/gandiva/pom.xml                               |   2 +-
 java/memory/pom.xml                                |   2 +-
 java/performance/pom.xml                           |   4 +-
 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/NEWS.md                                          |   4 +-
 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-flight/Cargo.toml                       |   2 +-
 rust/arrow/Cargo.toml                              |   2 +-
 rust/datafusion/Cargo.toml                         |   6 +-
 rust/datafusion/README.md                          |   2 +-
 rust/parquet/Cargo.toml                            |   4 +-
 rust/parquet/README.md                             |   4 +-
 73 files changed, 1083 insertions(+), 356 deletions(-)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow-cuda-glib16.install => debian.ubuntu-xenial/libarrow-cuda-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow-cuda16.install => debian.ubuntu-xenial/libarrow-cuda100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow-dataset16.install => debian.ubuntu-xenial/libarrow-dataset100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow-glib16.install => debian.ubuntu-xenial/libarrow-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow-python16.install => debian.ubuntu-xenial/libarrow-python100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libarrow16.install => debian.ubuntu-xenial/libarrow100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libgandiva-glib16.install => debian.ubuntu-xenial/libgandiva-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libgandiva16.install => debian.ubuntu-xenial/libgandiva100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libparquet-glib16.install => debian.ubuntu-xenial/libparquet-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libparquet16.install => debian.ubuntu-xenial/libparquet100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libplasma-glib16.install => debian.ubuntu-xenial/libplasma-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian/libplasma16.install => debian.ubuntu-xenial/libplasma100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow-cuda-glib16.install => debian/libarrow-cuda-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow-cuda16.install => debian/libarrow-cuda100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow-dataset16.install => debian/libarrow-dataset100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-flight16.install => libarrow-flight100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow-glib16.install => debian/libarrow-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/debian/{libarrow-python-flight16.install => libarrow-python-flight100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow-python16.install => debian/libarrow-python100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libarrow16.install => debian/libarrow100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libgandiva-glib16.install => debian/libgandiva-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libgandiva16.install => debian/libgandiva100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libparquet-glib16.install => debian/libparquet-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libparquet16.install => debian/libparquet100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libplasma-glib16.install => debian/libplasma-glib100.install} (100%)
 rename dev/tasks/linux-packages/apache-arrow/{debian.ubuntu-xenial/libplasma16.install => debian/libplasma100.install} (100%)