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 2019/12/05 19:45:13 UTC

[arrow] branch master updated (8f6083a -> eb8080e)

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 8f6083a  ARROW-7320: [C++] Specify CMAKE_INSTALL_LIBDIR for gbenchmark
     add eb8080e  ARROW-7274: [C++] Add Result<T> APIs to Decimal class

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/decimal128.cpp      | 21 ++++------
 cpp/src/arrow/array_test.cc           |  4 +-
 cpp/src/arrow/csv/converter.cc        |  2 +-
 cpp/src/arrow/ipc/json_internal.cc    |  2 +-
 cpp/src/arrow/python/decimal.cc       |  2 +-
 cpp/src/arrow/util/decimal.cc         | 39 ++++++++++++++----
 cpp/src/arrow/util/decimal.h          | 78 +++++++++++++++++++++++++++++------
 cpp/src/arrow/util/decimal_test.cc    | 66 ++++++++++-------------------
 cpp/src/gandiva/tests/decimal_test.cc |  6 +--
 9 files changed, 134 insertions(+), 86 deletions(-)