You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2023/06/06 16:31:23 UTC

[arrow] branch main updated (9fb8697dcb -> 105b9df0d5)

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

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


    from 9fb8697dcb MINOR: [Go] Use `decimal256` in arrdata (#35913)
     add 105b9df0d5 GH-34971: [Format] Add non-CPU version of C Data Interface (#34972)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/c/abi.h                       | 122 +++++
 docs/source/format/CDataInterface.rst       |   4 +
 docs/source/format/CDeviceDataInterface.rst | 693 ++++++++++++++++++++++++++++
 docs/source/index.rst                       |   1 +
 4 files changed, 820 insertions(+)
 create mode 100644 docs/source/format/CDeviceDataInterface.rst