[
https://issues.apache.org/jira/browse/FLINK-23358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-23358:
-----------------------------------
Labels: pull-request-available starter (was: starter)
> Refactor CoreOptions parent-first patterns to List options
> ----------------------------------------------------------
>
> Key: FLINK-23358
> URL: https://issues.apache.org/jira/browse/FLINK-23358
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / Configuration
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: pull-request-available, starter
> Fix For: 1.14.0
>
>
> The following CoreOptions are all implemented as String options, but actually
> accept a List<String>, with some custom parsing thrown in:
> {code}
> ALWAYS_PARENT_FIRST_LOADER_PATTERNS
> ALWAYS_PARENT_FIRST_LOADER_PATTERNS_ADDITIONAL
> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS
> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS_ADDITIONAL
> {code}
> We should refactor them to proper List<String> options to reduce complexity.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)