You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Mitchell Devenport (Jira)" <ji...@apache.org> on 2022/09/28 14:37:00 UTC

[jira] [Created] (ARROW-17880) Add support for Decimal types in go/arrow/csv

Mitchell Devenport created ARROW-17880:
------------------------------------------

             Summary: Add support for Decimal types in go/arrow/csv
                 Key: ARROW-17880
                 URL: https://issues.apache.org/jira/browse/ARROW-17880
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Go
            Reporter: Mitchell Devenport


The Go CSV library lacks support for Decimal types which are supported by the C++ CSV library:
[arrow/writer.cc at master · apache/arrow (github.com)|https://github.com/apache/arrow/blob/master/cpp/src/arrow/csv/writer.cc#L378]
[arrow/type_traits.h at master · apache/arrow (github.com)|https://github.com/apache/arrow/blob/master/cpp/src/arrow/type_traits.h#L642]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)