[
https://issues.apache.org/jira/browse/FLINK-6638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chesnay Schepler closed FLINK-6638.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.4.0
1.4: 60a59d27012a0343d1c9bff8b8816284d6ef762a
> Allow overriding default value for all types when retrieving ConfigOption
> -------------------------------------------------------------------------
>
> Key: FLINK-6638
> URL: https://issues.apache.org/jira/browse/FLINK-6638
> Project: Flink
> Issue Type: Improvement
> Components: Configuration
> Reporter: Chesnay Schepler
> Assignee: Chesnay Schepler
> Fix For: 1.4.0
>
>
> Currently there exists no equivalent to
> {{Configuration#getString(ConfigOption<String> configOption, String
> overrideDefault)}} for types such as {{Integer}} or {{Boolean}}.
> If you want to use a non-String {{ConfigOption}} you either have to resort to
> hacks, like taking the key and going through the non-ConfigOption path or
> comparing the result with the default value of the option.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)