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 64c7caea0c GH-36882: [C++][Parquet] Use RLE as BOOLEAN default 
encoding when both data page and version is V2 (#38163)
     add 44ea222095 GH-35344: [Go][Format] Implementation of the LIST_VIEW and 
LARGE_LIST_VIEW array formats (#37468)

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/array.go                           |    2 +
 go/arrow/array/builder.go                         |    6 +
 go/arrow/array/compare.go                         |   50 +
 go/arrow/array/concat.go                          |  171 ++++
 go/arrow/array/concat_test.go                     |   21 +
 go/arrow/array/list.go                            | 1080 ++++++++++++++++++++-
 go/arrow/array/list_test.go                       |  645 ++++++++++--
 go/arrow/array/map.go                             |    4 +
 go/arrow/datatype.go                              |   15 +-
 go/arrow/datatype_nested.go                       |  147 +++
 go/arrow/internal/arrdata/arrdata.go              |   82 ++
 go/arrow/internal/arrjson/arrjson.go              |  132 ++-
 go/arrow/internal/arrjson/arrjson_test.go         |  236 ++++-
 go/arrow/internal/testing/gen/random_array_gen.go |  151 +++
 go/arrow/ipc/file_reader.go                       |   17 +
 go/arrow/ipc/metadata.go                          |   26 +
 go/arrow/ipc/writer.go                            |  137 ++-
 go/arrow/ipc/writer_test.go                       |    6 +-
 go/arrow/type_string.go                           |    8 +-
 19 files changed, 2809 insertions(+), 127 deletions(-)

Reply via email to