Chesnay Schepler created FLINK-23358:
----------------------------------------
Summary: 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
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)