[
https://issues.apache.org/jira/browse/ARROW-17277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthew Topol resolved ARROW-17277.
-----------------------------------
Fix Version/s: 10.0.0
Resolution: Fixed
Issue resolved by pull request 13774
[https://github.com/apache/arrow/pull/13774]
> [Go][CSV] Custom csv.Writer formatter for boolean values
> --------------------------------------------------------
>
> Key: ARROW-17277
> URL: https://issues.apache.org/jira/browse/ARROW-17277
> 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: 50m
> Remaining Estimate: 0h
>
> Existing implementation uses strconv.FormatBool to runs boolean values into
> the characters strings true or false (link
> [https://github.com/apache/arrow/blob/master/go/arrow/csv/writer.go#L87)]
> * Provide override functionality to supply own formatter for booleans
> * ability to output 1/0 instead of True/False
> this should make the library more flexible with downstream consumers
--
This message was sent by Atlassian Jira
(v8.20.10#820010)