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

[jira] [Updated] (FLINK-13410) Csv input format does not support LocalDate

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

Caizhi Weng updated FLINK-13410:
--------------------------------
    Issue Type: Bug  (was: Test)

> Csv input format does not support LocalDate
> -------------------------------------------
>
>                 Key: FLINK-13410
>                 URL: https://issues.apache.org/jira/browse/FLINK-13410
>             Project: Flink
>          Issue Type: Bug
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>            Reporter: Caizhi Weng
>            Priority: Major
>
> Csv input format is lacking parsers for LocalDate, LocalTime, etc. As DataTypes.DATE now defaults to LocalDate, we should add these parsers for user experience.
> A temporal workaround for the users is that, users can call DataTypes.Timestamp().bridgeTo(java.sql.Timestamp) to use the old SqlTimestamp converter.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)