wuchong commented on issue #9074: [FLINK-13198] Introduce TimeInterval in configuration package URL: https://github.com/apache/flink/pull/9074#issuecomment-510408241 Hi @zentol , do you mean java 8 `Duration.parse`? AFAIK, `Duration.parse` only accept ISO-8601 duration format, i.e. `PnDTnHnMn.nS`. For example: `Duration.parse("2s")` is invalid, and `Duration.parse("PT2S")` is valid, however, this is not what we want.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
