Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.2
Description
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
Attachments
Issue Links
- links to