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