You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/08/07 10:31:28 UTC

[arrow] branch master updated (0a0423a -> 49badd2)

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

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


    from 0a0423a  ARROW-5772: [GLib][Plasma][CUDA] Fix a bug that data can't be got
     add 49badd2  ARROW-6060: [C++] ChunkedBinaryBuilder should only grow when necessary, address runaway memory use in Parquet binary column read

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/DefineOptions.cmake |  2 ++
 cpp/src/arrow/array-binary-test.cc    | 14 ++++++++++++++
 cpp/src/arrow/array/builder_base.h    |  7 +++++--
 cpp/src/arrow/array/builder_binary.cc | 13 +++++++++----
 cpp/src/arrow/array/builder_binary.h  |  9 ++++-----
 5 files changed, 34 insertions(+), 11 deletions(-)