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

[jira] [Assigned] (FLINK-14182) Make TimeUtils able to parse duration string with plural form labels

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

tison reassigned FLINK-14182:
-----------------------------

    Assignee: Zhu Zhu

> Make TimeUtils able to parse duration string with plural form labels
> --------------------------------------------------------------------
>
>                 Key: FLINK-14182
>                 URL: https://issues.apache.org/jira/browse/FLINK-14182
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Runtime / Coordination
>    Affects Versions: 1.10.0
>            Reporter: Zhu Zhu
>            Assignee: Zhu Zhu
>            Priority: Major
>             Fix For: 1.10.0
>
>
> Scala Duration supports parsing plural form time unit label except for the shortest label of a TimeUnit. Namely:
> {
> "d day days",
> "h hour s",
> "min minute minutes",
> "s sec secs second seconds",
> "ms milli millis millisecond milliseconds",
> "µs micro micros microsecond microseconds",
> "ns nano nanos nanosecond nanoseconds"
> }
> TimeUtils should support them as well.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)