You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/11/13 14:43:21 UTC

[arrow] branch master updated (9e27fb7 -> 7be266b)

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

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


    from 9e27fb7  ARROW-9636: [Python] Update documentation about 'LZO' compression in parquet.write_table
     add 7be266b  ARROW-10566: [C++] Allow validating ArrayData directly

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.cc   |   2 +-
 cpp/src/arrow/array/array_binary.cc |  21 +-
 cpp/src/arrow/array/data.cc         |  21 +-
 cpp/src/arrow/array/validate.cc     | 555 ++++++++++++++++++++----------------
 cpp/src/arrow/array/validate.h      |  25 +-
 cpp/src/arrow/chunked_array.cc      |   2 +-
 cpp/src/arrow/ipc/dictionary.cc     |   4 +-
 cpp/src/arrow/record_batch.cc       |   2 +-
 8 files changed, 356 insertions(+), 276 deletions(-)