[
https://issues.apache.org/jira/browse/FLINK-17633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-17633.
---------------------------
Resolution: Fixed
Fixed in master (1.11.0): 646be5a4c635e069614ce6254556b614bf7b9657
> Improve FactoryUtil to align with new format options keys
> ---------------------------------------------------------
>
> Key: FLINK-17633
> URL: https://issues.apache.org/jira/browse/FLINK-17633
> Project: Flink
> Issue Type: Sub-task
> Reporter: Jark Wu
> Assignee: Jark Wu
> Priority: Major
> Fix For: 1.11.0
>
>
> As discussed in
> http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Hierarchies-in-ConfigOption-td40920.html,
> we propose to use the following new format options:
> {code:java}
> format = json
> json.fail-on-missing-field = true
> json.ignore-parse-error = true
> value.format = json
> value.json.fail-on-missing-field = true
> value.json.ignore-parse-error = true
> {code}
> However, the current {{discoverScan/SinkFormat}} of {{FactoryUtil}} uses
> {{value.format.fail-on-missing-field}} as the key, which is not handy for
> connectors to use.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)