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 2020/09/01 14:41:07 UTC

[arrow] branch master updated (7e39711 -> 2272d9a)

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 7e39711  ARROW-9875: [Python] Let FileSystem.get_file_info accept a single path
     add 2272d9a  ARROW-9642: [C++] Let MakeBuilder refer DictionaryType's index_type for deciding the starting bit width of the indices

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_dict_test.cc  | 86 ++++++++++++++++++++++++++++++---
 cpp/src/arrow/array/array_test.cc       | 26 ++++++++++
 cpp/src/arrow/array/builder_adaptive.cc | 12 +++--
 cpp/src/arrow/array/builder_adaptive.h  | 21 ++++++--
 cpp/src/arrow/array/builder_base.cc     | 16 ++++++
 cpp/src/arrow/array/builder_base.h      |  6 +++
 cpp/src/arrow/array/builder_dict.h      | 64 +++++++++++++++++++++---
 cpp/src/arrow/builder.cc                | 15 ++++--
 8 files changed, 219 insertions(+), 27 deletions(-)