[
https://issues.apache.org/jira/browse/ARROW-17273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Godik updated ARROW-17273:
---------------------------------
Description:
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
was:
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
* datetime
* date
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
> [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
> Priority: Major
> Labels: pull-request-available
> Fix For: 9.0.0
>
>
> 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)