You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/07/12 19:06:24 UTC

[arrow] branch master updated (9c6d417 -> 975f459)

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

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


    from 9c6d417  ARROW-13243: [R] altrep function call in R 3.5
     add 975f459  ARROW-13296: [C++] Provide a reflection compatible enum replacement

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/enum.h             | 162 ++++++++++++++++++++++++++++++++++
 cpp/src/arrow/util/reflection_test.cc |  66 ++++++++++++++
 2 files changed, 228 insertions(+)
 create mode 100644 cpp/src/arrow/util/enum.h