[ https://issues.apache.org/jira/browse/FLINK-12850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jark Wu closed FLINK-12850. --------------------------- Resolution: Fixed Fix Version/s: 1.9.0 Release Note: Support LocalDate & LocalTime & LocalDataTime TypeInformations. Resolved in 1.9.0: 463cedddec1bd55545f6e3e39ada04229ef5ceb5 > Introduce TypeInfo for LocalDate/LocalTime/LocalDateTime > -------------------------------------------------------- > > 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 > Labels: pull-request-available > Fix For: 1.9.0 > > Time Spent: 10m > Remaining Estimate: 0h > > 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 LocalTimeTypeInfo > Introduce LocalDateSerializer, LocalTimeSerializer, LocalDateTimeSerializer > Introduce LocalDateComparator, LocalTimeComparator, LocalDateTimeComparator -- This message was sent by Atlassian JIRA (v7.6.3#76005)