You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/05/24 20:17:30 UTC

[arrow] branch master updated (7f11315 -> 4f3601f)

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

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


    from 7f11315  ARROW-8913: [Ruby] Use "field" instead of "child"
     add 4f3601f  ARROW-7778: [Integration][C++] Enable nested dictionaries

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/server.cc             |  5 +---
 cpp/src/arrow/ipc/dictionary.cc            | 20 ++++++++++++++++
 cpp/src/arrow/ipc/dictionary.h             | 11 +++++----
 cpp/src/arrow/ipc/json_integration.cc      |  2 +-
 cpp/src/arrow/ipc/json_internal.cc         | 12 +++++-----
 cpp/src/arrow/ipc/json_test.cc             |  2 +-
 cpp/src/arrow/ipc/metadata_internal.cc     |  4 ++++
 cpp/src/arrow/ipc/read_write_test.cc       | 37 ++++++++++++++++++++++++------
 cpp/src/arrow/ipc/test_common.cc           | 26 +++++++++++++++++++++
 cpp/src/arrow/ipc/test_common.h            |  3 +++
 cpp/src/arrow/ipc/writer.cc                |  2 +-
 dev/archery/archery/integration/datagen.py | 10 ++++----
 js/package-lock.json                       |  2 +-
 13 files changed, 106 insertions(+), 30 deletions(-)