You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2019/08/20 14:06:00 UTC

[arrow] branch master updated (66e2b82 -> f8b7425)

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

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


    from 66e2b82  ARROW-5966: [Python] Also use ChunkedStringBuilder when converting NumPy string types to Arrow StringType
     add f8b7425  ARROW-6048: [C++] Add ChunkedArray::View method that dispatches to Array::View

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc      |  2 +-
 cpp/src/arrow/array.h       |  2 +-
 cpp/src/arrow/table.cc      | 10 ++++++++++
 cpp/src/arrow/table.h       |  6 ++++++
 cpp/src/arrow/table_test.cc | 25 +++++++++++++++++++++++++
 5 files changed, 43 insertions(+), 2 deletions(-)