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/08/04 19:35:04 UTC

[arrow] branch master updated (6a889bc -> 8041ae5)

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 6a889bc  ARROW-9609: [C++][Dataset] CsvFileFormat reads all virtual columns as null
     add 8041ae5  ARROW-9107: [C++][Dataset] Support temporal partitioning fields

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_temporal.cc  |  12 +-
 cpp/src/arrow/dataset/partition_test.cc            |  11 +
 cpp/src/arrow/ipc/json_simple.cc                   |   8 +-
 cpp/src/arrow/json/converter.cc                    |  36 +--
 cpp/src/arrow/scalar.cc                            |  47 ++--
 cpp/src/arrow/scalar_test.cc                       |  40 ++-
 cpp/src/arrow/util/formatting.h                    | 284 +++++++++++++++----
 cpp/src/arrow/util/formatting_util_test.cc         | 148 ++++++++++
 cpp/src/arrow/util/time.cc                         |   8 +-
 cpp/src/arrow/util/time.h                          |  37 ++-
 cpp/src/arrow/util/value_parsing.h                 | 302 +++++++++++++++------
 cpp/src/arrow/util/value_parsing_test.cc           | 197 ++++++++------
 cpp/src/gandiva/precompiled/string_ops.cc          |   3 +-
 dev/archery/archery/benchmark/google.py            |   2 +-
 14 files changed, 827 insertions(+), 308 deletions(-)