Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Done
-
1.10.0
Description
Currently we are using scala Duration to parse duration configs.
The supported time unit labels are
We want to use Flink TimeUtils to parse the duration configuration, as a step to let flink core get rid of scala dependencies.
In order not to break existing jobs, TimeUtils must be able to parse all time unit labels supported by scala Duration.
Current TimeUtils supported time unit labels are "h", "min", "s" and "ms".
We need to enrich it.
Attachments
Issue Links
- blocks
-
FLINK-14070 Use TimeUtils to parse duration configs
-
- Resolved
-
- links to