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/04/18 19:44:49 UTC

[arrow] branch main updated (c3d610d079 -> 16bd95fd53)

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 c3d610d079 GH-35188: [Go] Use AppendValueFromString for extension types in CSV Reader (#35189)
     add 16bd95fd53 GH-35190: [Go] Correctly handle null values in CSV reader (#35191)

No new revisions were added by this update.

Summary of changes:
 go/arrow/csv/reader.go           |  2 +-
 go/arrow/csv/reader_test.go      | 65 ++++++++++++++++++++++++++--------------
 go/arrow/csv/testdata/header.csv |  2 +-
 go/arrow/csv/testdata/types.csv  |  2 +-
 4 files changed, 46 insertions(+), 25 deletions(-)