[ https://issues.apache.org/jira/browse/FLINK-23358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Xintong Song updated FLINK-23358: --------------------------------- Issue Type: Technical Debt (was: Improvement) > Refactor CoreOptions parent-first patterns to List options > ---------------------------------------------------------- > > Key: FLINK-23358 > URL: https://issues.apache.org/jira/browse/FLINK-23358 > Project: Flink > Issue Type: Technical Debt > Components: Runtime / Configuration > Reporter: Chesnay Schepler > Priority: Minor > Labels: pull-request-available, starter > Fix For: 1.15.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)