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 2021/06/21 19:10:29 UTC

[arrow] branch master updated (1b8bedc -> 676c902)

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 1b8bedc  ARROW-13110: [C++] Deadlock can happen when using BackgroundGenerator without transferring callbacks
     add 676c902  ARROW-13097: [C++] Provide simple reflection utility

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/CMakeLists.txt        |   1 +
 cpp/src/arrow/util/reflection_internal.h | 116 ++++++++++++++++++
 cpp/src/arrow/util/reflection_test.cc    | 197 +++++++++++++++++++++++++++++++
 r/src/csv.cpp                            |   2 +-
 4 files changed, 315 insertions(+), 1 deletion(-)
 create mode 100644 cpp/src/arrow/util/reflection_internal.h
 create mode 100644 cpp/src/arrow/util/reflection_test.cc