You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Benjamin Kietzman (JIRA)" <ji...@apache.org> on 2019/02/27 23:00:00 UTC

[jira] [Updated] (ARROW-4700) [C++] Add DecimalType support to JSON parser

     [ https://issues.apache.org/jira/browse/ARROW-4700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Kietzman updated ARROW-4700:
-------------------------------------
    Component/s: C++

> [C++] Add DecimalType support to JSON parser
> --------------------------------------------
>
>                 Key: ARROW-4700
>                 URL: https://issues.apache.org/jira/browse/ARROW-4700
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Benjamin Kietzman
>            Assignee: Benjamin Kietzman
>            Priority: Minor
>
> This should be simple to add, since decimals can already be parsed from strings. Decimals will be represented in JSON as strings. If a decimal with different precision or scale is parsed from the string, should there be any acceptable conversions? (for example, if the column is of type {{decimal(5, 2)}} should {{"12.3"}} be an error or equivalent to {{"012.30"}}?)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)