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/06/08 19:51:47 UTC

[arrow] branch main updated (8b5919d886 -> 17311b6a14)

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 8b5919d886 GH-35515: [C++][Python] Add non decomposable aggregation UDF (#35514)
     add 17311b6a14 GH-35015: [Go] Fix parquet memleak (#35973)

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/extension.go                        | 22 +-----
 go/arrow/memory/checked_allocator.go               | 24 +++++-
 go/parquet/file/record_reader.go                   | 18 ++---
 go/parquet/pqarrow/column_readers.go               | 86 ++++++++++++----------
 go/parquet/pqarrow/encode_arrow_test.go            | 11 +--
 go/parquet/pqarrow/encode_dictionary_test.go       |  3 +-
 go/parquet/pqarrow/file_reader.go                  | 23 +++---
 .../{encode_dict_nocompute.go => helpers.go}       | 27 +++++--
 8 files changed, 116 insertions(+), 98 deletions(-)
 copy go/parquet/pqarrow/{encode_dict_nocompute.go => helpers.go} (73%)