You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by twalthr <gi...@git.apache.org> on 2018/06/12 14:01:12 UTC

[GitHub] flink issue #6153: [FLINK-9557] [formats] Parse 'integer' type as BigDecimal

Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/6153
  
    The change is also compliant to the JSON schema standard:
    ```
    Note that JSON Schema vocabularies are free to define their own
       extended type system.  This should not be confused with the core data
       model types defined here.  As an example, "integer" is a reasonable
       type for a vocabulary to define as a value for a keyword, but the
       data model makes no distinction between integers and other numbers.
    ```
    https://www.ietf.org/id/draft-handrews-json-schema-01.txt


---