Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9, 0.10.0
-
None
-
None
Description
In org.apache.flink.api.java.utils.ParameterTool the function to read an Integer with a default value is named "getLong".
public int getLong(String key, int defaultValue) { ...