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 2021/05/31 11:30:41 UTC

[arrow] branch maint-4.0.x updated (d1ca32e -> 81ff679)

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

kszucs pushed a change to branch maint-4.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from d1ca32e  ARROW-12603: [C++][Dataset] Backport fix for specifying CSV column types (#10344)
     add 7dcc554  [Release] Update CHANGELOG.md for 4.0.1
     add 126715f  [Release] Update .deb/.rpm changelogs for 4.0.1
     add 81ff679  [Release] Update versions for 4.0.1

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       | 30 ++++++++++++++++++++++
 c_glib/meson.build                                 |  2 +-
 ci/scripts/PKGBUILD                                |  2 +-
 cpp/CMakeLists.txt                                 |  2 +-
 cpp/vcpkg.json                                     |  2 +-
 csharp/Directory.Build.props                       |  2 +-
 dev/tasks/homebrew-formulae/apache-arrow.rb        |  2 +-
 .../homebrew-formulae/autobrew/apache-arrow.rb     |  2 +-
 .../apache-arrow-apt-source/debian/changelog       |  6 +++++
 .../yum/apache-arrow-release.spec.in               |  3 +++
 .../linux-packages/apache-arrow/debian/changelog   |  6 +++++
 .../linux-packages/apache-arrow/yum/arrow.spec.in  |  3 +++
 java/adapter/avro/pom.xml                          |  2 +-
 java/adapter/jdbc/pom.xml                          |  2 +-
 java/adapter/orc/pom.xml                           |  2 +-
 java/algorithm/pom.xml                             |  2 +-
 java/compression/pom.xml                           |  2 +-
 java/dataset/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/memory-core/pom.xml                    |  2 +-
 java/memory/memory-netty/pom.xml                   |  2 +-
 java/memory/memory-unsafe/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 +-
 ruby/red-arrow-cuda/lib/arrow-cuda/version.rb      |  2 +-
 .../red-arrow-dataset/lib/arrow-dataset/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                       |  4 +--
 rust/arrow-pyarrow-integration-testing/Cargo.toml  |  4 +--
 rust/arrow/Cargo.toml                              |  2 +-
 rust/benchmarks/Cargo.toml                         |  2 +-
 rust/datafusion-examples/Cargo.toml                |  2 +-
 rust/datafusion/Cargo.toml                         |  6 ++---
 rust/datafusion/README.md                          |  2 +-
 rust/integration-testing/Cargo.toml                |  2 +-
 rust/parquet/Cargo.toml                            |  6 ++---
 rust/parquet/README.md                             |  4 +--
 rust/parquet_derive/Cargo.toml                     |  4 +--
 rust/parquet_derive/README.md                      |  4 +--
 rust/parquet_derive_test/Cargo.toml                |  6 ++---
 54 files changed, 109 insertions(+), 61 deletions(-)