You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2017/07/01 10:13:00 UTC

[jira] [Closed] (FLINK-6638) Allow overriding default value for all types when retrieving ConfigOption

     [ 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)