You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2020/06/04 17:25:12 UTC

[arrow] branch master updated (43cb8d4 -> f9e8d22)

This is an automated email from the ASF dual-hosted git repository.

fsaintjacques pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 43cb8d4  ARROW-8795: [C++] Limited iOS support
     add f9e8d22  ARROW-8471: [C++][Integration] Represent 64 bit integers as strings

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/json_integration_test.cc   |  6 +--
 cpp/src/arrow/ipc/json_internal.cc           | 63 +++++++++++++++++-----------
 cpp/src/arrow/type_traits.h                  |  8 ++++
 cpp/src/arrow/util/formatting.h              |  9 ++--
 dev/archery/archery/integration/datagen.py   | 19 +++++----
 dev/archery/archery/integration/tester_go.py |  3 +-
 go/arrow/internal/arrjson/arrjson.go         | 52 ++++++++++++++++-------
 7 files changed, 108 insertions(+), 52 deletions(-)