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

[arrow] branch main updated (ea4f03ac16 -> d7b3d4f9bb)

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 ea4f03ac16 GH-36209: [Java] Upgrade Netty due to security vulnerability (#36211)
     add d7b3d4f9bb GH-36141: [Go] Support large and fixed types in csv (#36142)

No new revisions were added by this update.

Summary of changes:
 go/arrow/csv/common.go           |   6 +-
 go/arrow/csv/reader.go           | 134 ++++++++++++++++++++++++++++++++++++++-
 go/arrow/csv/reader_test.go      |  22 ++++++-
 go/arrow/csv/testdata/header.csv |   8 +--
 go/arrow/csv/testdata/types.csv  |   8 +--
 go/arrow/csv/transformer.go      |  65 +++++++++++++++++++
 go/arrow/csv/writer_test.go      |  66 +++++++++++++------
 7 files changed, 276 insertions(+), 33 deletions(-)