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/16 18:45:16 UTC

[arrow] branch master updated (728dec5 -> 0b83c92)

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 728dec5  ARROW-10022: [C++] Fix divide by zero and overflow error for scalar arithmetic benchmark
     add 0b83c92  ARROW-7302: [C++] CSV: allow dictionary types in explicit column types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_dict_test.cc |  17 +-
 cpp/src/arrow/array/builder_dict.cc    |  41 +-
 cpp/src/arrow/array/builder_dict.h     |  76 ++--
 cpp/src/arrow/array/dict_internal.h    |  11 -
 cpp/src/arrow/builder.cc               |   6 +
 cpp/src/arrow/csv/converter.cc         | 763 ++++++++++++++++++---------------
 cpp/src/arrow/csv/converter.h          |   3 +
 cpp/src/arrow/csv/converter_test.cc    |  89 +++-
 cpp/src/arrow/type_traits.h            |  26 ++
 python/pyarrow/tests/test_csv.py       |  32 ++
 10 files changed, 648 insertions(+), 416 deletions(-)