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/09/05 14:39:52 UTC

[arrow] branch main updated (b5d36e9f4d -> 697a2cbaf8)

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 b5d36e9f4d GH-36819: [R] Use RunWithCapturedR for reading Parquet files (#37274)
     add 697a2cbaf8 GH-37419: [Go][Parquet] Decimal256 support for pqarrow (#37503)

No new revisions were added by this update.

Summary of changes:
 go/arrow/decimal128/decimal128.go       |   5 ++
 go/parquet/pqarrow/column_readers.go    | 122 ++++++++++++++++++++++++++++----
 go/parquet/pqarrow/encode_arrow.go      |  63 +++++++++++++++++
 go/parquet/pqarrow/encode_arrow_test.go |  65 +++++++++++++++--
 go/parquet/pqarrow/schema.go            |  43 ++++++++---
 go/parquet/writer_properties.go         |  43 +++++++----
 6 files changed, 298 insertions(+), 43 deletions(-)