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 2022/12/12 15:07:50 UTC

[arrow] branch master updated (53c659ae4d -> 5d2d2be47e)

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

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


    from 53c659ae4d GH-14884: [CI] R install resource may got 404 (#14893)
     add 5d2d2be47e GH-14876: [Go] Handling Crashes in C Data interface (#14877)

No new revisions were added by this update.

Summary of changes:
 go/arrow/cdata/cdata.go                   | 132 ++++++++++++++++++++++--------
 go/arrow/cdata/cdata_exports.go           |  27 ++++--
 go/arrow/cdata/cdata_test.go              |  53 ++++++++++++
 go/arrow/cdata/exports.go                 |  10 +++
 go/arrow/cdata/test/test_cimport.go       |  12 +++
 go/arrow/cdata/test/test_export_to_cgo.py |  63 ++++++++++++++
 6 files changed, 253 insertions(+), 44 deletions(-)