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/23 23:07:06 UTC

[arrow] branch master updated (8449c55371 -> 408e9ce140)

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 8449c55371 GH-33840: [Go] Improve SQLite Flight SQL Example and provide mainprog (#33841)
     add 408e9ce140 GH-20407: [Go] Array Builder for REE arrays (#14114)

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/builder.go      |   3 +
 go/arrow/array/encoded.go      | 159 +++++++++++++++++++++++++++++++++++++++++
 go/arrow/array/encoded_test.go |  64 +++++++++++++++++
 go/arrow/datatype_encoded.go   |   1 +
 4 files changed, 227 insertions(+)