[
https://issues.apache.org/jira/browse/FLINK-19880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17222825#comment-17222825
]
Jark Wu commented on FLINK-19880:
---------------------------------
Hi [~MingZhangOk], I think this might be a bug in Json format. However, the
{{Json()}} descriptor API is not recommended to use at this point. It is legacy
feature and may has some bugs in it. This will be refactored by FLIP-129 in the
next release.
It is recommend to use DDL to register tables which is more stable and
powerful.
> flink-json The validation and incoming parameters do not match
> --------------------------------------------------------------
>
> Key: FLINK-19880
> URL: https://issues.apache.org/jira/browse/FLINK-19880
> Project: Flink
> Issue Type: Bug
> Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
> Affects Versions: 1.11.2
> Reporter: MingZhangOk
> Priority: Major
> Labels: flink-json, format.ignore-parse-errors
> Fix For: 1.11.2
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> when I call
> new Json(). ignoreParseErrors (true)
> When used to ignore exceptions, the following exceptions always occur:
> org.apache.flink. formats.json.JsonRowFormatFactory
> Unsupported property keys:
> format.ignore-parse-errors
> Modify this line of code to solve my problem .
> Add a line of code after 52 lines in this
> class(org.apache.flink.formats.json.JsonRowFormatFactory):
> properties.add(JsonValidator.FORMAT_IGNORE_PARSE_ERRORS);
> First time to participate in flink submission code, do not understand what
> rules, directly submitted, sorry
--
This message was sent by Atlassian Jira
(v8.3.4#803005)