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

[jira] [Commented] (FLINK-12850) Introduce LocalDate/LocalTime/LocalDateTime TypeInfo

    [ https://issues.apache.org/jira/browse/FLINK-12850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16863842#comment-16863842 ] 

Jingsong Lee commented on FLINK-12850:
--------------------------------------

CC: [~twalthr]

> Introduce LocalDate/LocalTime/LocalDateTime TypeInfo
> ----------------------------------------------------
>
>                 Key: FLINK-12850
>                 URL: https://issues.apache.org/jira/browse/FLINK-12850
>             Project: Flink
>          Issue Type: New Feature
>          Components: API / Type Serialization System
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>
> Now in the new type system of table, the default class of time type is LocalDate and so on.
> There are some situations that need to be converted to TypeInformation, such as toDataStream, so we need to provide TypeInformation support such as LocalDate.
> Introduce LocalDateTypeInfo, LocalTimeTypeInfo, LocalDateTimeTypeInfo
> Introduce LocalDateSerializer, LocalTimeSerializer, LocalDateTimeSerializer
> Introduce LocalDateComparator, LocalTimeComparator, LocalDateTimeComparator



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