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 2019/03/21 19:38:17 UTC

[arrow] annotated tag apache-arrow-js-0.4.1 updated (ee5fc3d -> 2343ce8)

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

kszucs pushed a change to annotated tag apache-arrow-js-0.4.1
in repository https://gitbox.apache.org/repos/asf/arrow.git.


*** WARNING: tag apache-arrow-js-0.4.1 was modified! ***

    from ee5fc3d  (tag)
      to 2343ce8  (tag)
 tagging e9cf83c48b9740d42b5d18158e61c0962fda59c1 (commit)
 replaces apache-arrow-js-0.4.0
      by Krisztián Szűcs
      on Thu Mar 21 20:36:59 2019 +0100

- Log -----------------------------------------------------------------
Apache Arrow JavaScript 0.4.1
-----------------------------------------------------------------------

 discard f55542e  [Release] Apache Arrow JavaScript 0.4.1
     new fbcaf9f  ARROW-4853: [Rust] Array slice doesn't work on ListArray and StructArray
     new 50e9f64  ARROW-4951: [C++] Turn off cpp benchmarks in cpp docker images
     new 376c9ad  ARROW-4854: [Rust] Use zero-copy slice for limit kernel
     new ad1697e  ARROW-4862: [C++] Fix gcc warnings in CHECKIN
     new f2a2505  ARROW-4982: [GLib][CI] Run tests on AppVeyor
     new 9feb01a  ARROW-4978: [Ruby] Fix wrong internal variable name for table data
     new 3bf1e39  ARROW-4881: [C++] remove references to ARROW_BUILD_TOOLCHAIN
     new bbd7a69  ARROW-4988: [JS] Bump required node version to 11.12
     new e9cf83c  [Release] Apache Arrow JavaScript 0.4.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (ee5fc3d)
            \
             N -- N -- N   refs/tags/apache-arrow-js-0.4.1 (2343ce8)

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 3862 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:
 c_glib/test/run-test.rb                     |   4 +
 ci/appveyor-cpp-build-mingw.bat             |   4 +
 ci/appveyor-cpp-setup-mingw.bat             |   9 ++
 ci/docker_build_and_test_cpp.sh             |   2 +-
 ci/docker_build_r.sh                        |   1 -
 ci/travis_script_python.sh                  |   9 +-
 cpp/cmake_modules/SetupCxxFlags.cmake       |   2 +-
 cpp/src/arrow/array/builder_base.h          |   2 +
 cpp/src/arrow/array/builder_primitive.h     |  12 +-
 cpp/src/plasma/test-util.h                  |   7 +
 cpp/src/plasma/test/client_tests.cc         |  12 +-
 cpp/src/plasma/test/external_store_tests.cc |  12 +-
 dev/container/script/env.sh                 |   1 -
 dev/gen_apidocs/create_documents.sh         |   1 -
 dev/hiveserver2/hiveserver2.sh              |   1 -
 dev/lint/run_iwyu.sh                        |   2 -
 dev/release/verify-release-candidate.bat    |   2 -
 dev/tasks/conda-recipes/arrow-cpp/bld.bat   |   2 -
 dev/tasks/python-wheels/win-build.bat       |   1 -
 docs/source/developers/cpp.rst              |   1 -
 js/package.json                             |   2 +-
 python/CMakeLists.txt                       |   4 +-
 python/asv-build.sh                         |   1 -
 ruby/red-arrow/lib/arrow/table-loader.rb    |  28 ++--
 rust/arrow/src/array.rs                     | 201 +++++++++++++++++++++++-----
 rust/arrow/src/builder.rs                   |  19 +++
 rust/arrow/src/compute/array_ops.rs         | 173 +++++++++++++++++-------
 27 files changed, 381 insertions(+), 134 deletions(-)