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 2023/06/07 19:31:13 UTC

[arrow] branch main updated (5e5002de6e -> 16328f0ccc)

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

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


    from 5e5002de6e GH-35975: [Go] Support importing decimal256 (#35981)
     add 16328f0ccc GH-35974: [Go] Don't panic if importing C Array Stream fails (#35978)

No new revisions were added by this update.

Summary of changes:
 go/arrow/cdata/cdata.go                | 30 +++++++++++++++---------------
 go/arrow/cdata/cdata_fulltest.c        | 32 ++++++++++++++++++++++++++++++++
 go/arrow/cdata/cdata_test.go           | 16 ++++++++++++++++
 go/arrow/cdata/cdata_test_framework.go | 33 +++++++++++++++++++++++++++++++--
 go/arrow/cdata/interface.go            | 26 ++++++++++++++++++++++++--
 5 files changed, 118 insertions(+), 19 deletions(-)