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)