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/08/27 16:11:23 UTC

[arrow] branch master updated (0f33e9e -> 67983cf)

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 0f33e9e  ARROW-9871: [C++] Add uppercase to ARROW_USER_SIMD_LEVEL
     add 67983cf  ARROW-9660: [C++] Revamp dictionary association in IPC

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/internal.cc               |   6 +-
 cpp/src/arrow/flight/perf_server.cc            |   6 +-
 cpp/src/arrow/flight/server.cc                 |  25 +-
 cpp/src/arrow/gpu/cuda_test.cc                 |   2 +-
 cpp/src/arrow/ipc/dictionary.cc                | 335 +++++++----
 cpp/src/arrow/ipc/dictionary.h                 | 152 +++--
 cpp/src/arrow/ipc/feather_test.cc              |  10 +-
 cpp/src/arrow/ipc/metadata_internal.cc         | 110 ++--
 cpp/src/arrow/ipc/metadata_internal.h          |   9 +-
 cpp/src/arrow/ipc/read_write_test.cc           | 151 +++--
 cpp/src/arrow/ipc/reader.cc                    | 166 +++---
 cpp/src/arrow/ipc/test_common.cc               | 113 +++-
 cpp/src/arrow/ipc/test_common.h                |  11 +-
 cpp/src/arrow/ipc/writer.cc                    |  38 +-
 cpp/src/arrow/ipc/writer.h                     |   6 +-
 cpp/src/arrow/python/flight.cc                 |   5 +-
 cpp/src/arrow/python/flight.h                  |   2 +-
 cpp/src/arrow/testing/json_integration.cc      |  13 +-
 cpp/src/arrow/testing/json_integration_test.cc |  49 +-
 cpp/src/arrow/testing/json_internal.cc         | 773 +++++++++++--------------
 cpp/src/arrow/testing/json_internal.h          |  11 +-
 cpp/src/parquet/arrow/writer.cc                |   3 +-
 python/pyarrow/includes/libarrow.pxd           |   3 +-
 python/pyarrow/types.pxi                       |  15 +-
 r/src/recordbatch.cpp                          |   1 +
 r/src/schema.cpp                               |   4 +-
 26 files changed, 1088 insertions(+), 931 deletions(-)