[
https://issues.apache.org/jira/browse/FLINK-13410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17336457#comment-17336457
]
Flink Jira Bot commented on FLINK-13410:
----------------------------------------
This issue was labeled "stale-major" 7 ago and has not received any updates so
it is being deprioritized. If this ticket is actually Major, please raise the
priority and ask a committer to assign you the issue or revive the public
discussion.
> Csv input format does not support LocalDate
> -------------------------------------------
>
> Key: FLINK-13410
> URL: https://issues.apache.org/jira/browse/FLINK-13410
> Project: Flink
> Issue Type: Improvement
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Reporter: Caizhi Weng
> Priority: Major
> Labels: stale-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
(v8.3.4#803005)