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/01/19 22:21:31 UTC

[arrow] branch master updated (bf8780d0ff -> f744bab97f)

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 bf8780d0ff GH-33767: [Go] Clear out parameter in ArrowArrayStream.get_next (#33768)
     add f744bab97f GH-33789: [Go] Add Err() to RecordReader  (#33792)

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/record.go               |  2 ++
 go/arrow/array/record_test.go          |  3 ++
 go/arrow/array/table.go                |  1 +
 go/arrow/array/table_test.go           |  6 ++++
 go/arrow/cdata/cdata.go                |  2 ++
 go/arrow/cdata/cdata_exports.go        | 30 +++++++++++++++++++-
 go/arrow/cdata/cdata_test.go           | 50 ++++++++++++++++++++++++++++++++++
 go/arrow/cdata/cdata_test_framework.go | 18 ++++++++++++
 go/arrow/cdata/exports.go              | 10 +++++--
 go/parquet/pqarrow/file_reader.go      |  2 ++
 10 files changed, 120 insertions(+), 4 deletions(-)