George Godik created ARROW-17277:
------------------------------------
Summary: [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
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)