You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/07/20 14:40:46 UTC

[arrow] branch master updated (ec52951 -> de51528)

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

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


    from ec52951  ARROW-13224: [Python][Doc] Documentation missing for pyarrow.dataset.write_dataset
     add de51528  ARROW-13385: [C++] Demonstrate registering compute functions out-of-tree

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/CMakeLists.txt              |   4 +
 cpp/examples/arrow/compute_register_example.cc | 100 +++++++++++++++++++++++++
 cpp/src/arrow/compute/function_internal.cc     |   6 +-
 3 files changed, 109 insertions(+), 1 deletion(-)
 create mode 100644 cpp/examples/arrow/compute_register_example.cc