You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "aloyszhang (JIRA)" <ji...@apache.org> on 2019/06/04 05:34:00 UTC

[jira] [Created] (FLINK-12721) make flink-json more precisely when handle integer type

aloyszhang created FLINK-12721:
----------------------------------

             Summary: make flink-json more precisely when handle integer type
                 Key: FLINK-12721
                 URL: https://issues.apache.org/jira/browse/FLINK-12721
             Project: Flink
          Issue Type: Improvement
          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
    Affects Versions: 1.8.0
            Reporter: aloyszhang
            Assignee: aloyszhang


At  present, flink-json convert integer type to `Types.BIG_DEC` which will make some mismatch error when sink to some external storage system like MySql, we can make it more precisely when by process integer as `Types.INT`

 



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