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 88d39d5d7b GH-34257:[Docs] Update git links/branches from master to
main for external projects (#34502)
add 2f3f41f05e GH-34334: [Go][CSV] Support list fields (#34343)
No new revisions were added by this update.
Summary of changes:
go/arrow/csv/common.go | 1 +
go/arrow/csv/reader.go | 34 ++++++
go/arrow/csv/reader_test.go | 70 ++++++++++--
go/arrow/csv/testdata/header.csv | 8 +-
go/arrow/csv/testdata/types.csv | 6 +-
go/arrow/csv/transformer.go | 222 +++++++++++++++++++++++++++++++++++++++
go/arrow/csv/writer.go | 172 +-----------------------------
go/arrow/csv/writer_test.go | 32 ++++--
go/go.mod | 1 +
go/go.sum | 1 +
10 files changed, 354 insertions(+), 193 deletions(-)
create mode 100644 go/arrow/csv/transformer.go