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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Zhu Zhu created FLINK-14182:
-------------------------------

             Summary: 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
             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)