[
https://issues.apache.org/jira/browse/FLINK-10391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17321561#comment-17321561
]
Flink Jira Bot commented on FLINK-10391:
----------------------------------------
This issue and all of its Sub-Tasks have not been updated for 180 days. So, it
has been labeled "stale-minor". If you are still affected by this bug or are
still interested in this issue, please give an update and remove the label. In
7 days the issue will be closed automatically.
> MillisOfDay is used in place of instant for LocalTime ctor in
> AvroKryoSerializerUtils
> -------------------------------------------------------------------------------------
>
> Key: FLINK-10391
> URL: https://issues.apache.org/jira/browse/FLINK-10391
> Project: Flink
> Issue Type: Bug
> Components: API / Type Serialization System
> Reporter: Ted Yu
> Priority: Minor
> Labels: stale-minor
> Attachments: image-2019-04-10-13-54-13-788.png
>
>
> From the JodaLocalTimeSerializer#write, we serialize getMillisOfDay() value
> from LocalTime.
> For read method:
> {code}
> final int time = input.readInt(true);
> return new LocalTime(time,
> ISOChronology.getInstanceUTC().withZone(DateTimeZone.UTC));
> {code}
> It seems
> http://joda-time.sourceforge.net/apidocs/org/joda/time/LocalTime.html#fromMillisOfDay(long,%20org.joda.time.Chronology)
> should be used instead.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)