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 2021/12/07 13:04:57 UTC

[arrow] branch master updated (b5fed26 -> 189cae6)

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 b5fed26  ARROW-11549: [C++][Gandiva] Fix issues with FilterCacheKey caused by ToString() not distinguishing null and 'null'
     add 189cae6  ARROW-13579: Expose Create EmptyArray, EmptyRecordBatch and EmptyTable utility functions.

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_test.cc                 | 44 +++++++++++++++++++++--
 cpp/src/arrow/array/util.cc                       |  9 +++++
 cpp/src/arrow/array/util.h                        | 11 ++++++
 cpp/src/arrow/chunked_array.cc                    |  8 +++++
 cpp/src/arrow/chunked_array.h                     | 11 ++++++
 cpp/src/arrow/chunked_array_test.cc               | 15 ++++++--
 cpp/src/arrow/compute/kernels/util_internal.h     |  2 +-
 cpp/src/arrow/compute/kernels/vector_selection.cc | 30 +++-------------
 cpp/src/arrow/record_batch.cc                     | 10 ++++++
 cpp/src/arrow/record_batch.h                      | 11 ++++++
 cpp/src/arrow/record_batch_test.cc                | 15 ++++++++
 cpp/src/arrow/table.cc                            | 10 ++++++
 cpp/src/arrow/table.h                             | 10 ++++++
 cpp/src/arrow/table_test.cc                       | 23 +++++++++---
 14 files changed, 172 insertions(+), 37 deletions(-)