[
https://issues.apache.org/jira/browse/ARROW-17273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Topol resolved ARROW-17273.
-----------------------------------
Fix Version/s: 10.0.0
(was: 9.0.0)
Resolution: Fixed
Issue resolved by pull request 13772
[https://github.com/apache/arrow/pull/13772]
> [Go][CSV] Add Timestamp, Date32, Date64 format support to csv.Writer
> --------------------------------------------------------------------
>
> Key: ARROW-17273
> URL: https://issues.apache.org/jira/browse/ARROW-17273
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Go
> Affects Versions: 9.0.0
> Reporter: George Godik
> Assignee: George Godik
> Priority: Major
> Labels: pull-request-available
> Fix For: 10.0.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Achieve csv reading and writing parity - ability to write out various
> datetime formats to csv
> csv.Writer should be able to write the following types
> * timestamps
> * date32
> * date64
> ARROW-16504 introduced support for reading timestamps
> Existing
> [validate|https://github.com/apache/arrow/blob/master/go/arrow/csv/common.go#L162]
> function will let the type through but the[ writer type
> switch|https://github.com/apache/arrow/blob/master/go/arrow/csv/writer.go#L83]
> will skip the case without errors as there no case for it
--
This message was sent by Atlassian Jira
(v8.20.10#820010)