[ 
https://issues.apache.org/jira/browse/FLINK-19880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jark Wu closed FLINK-19880.
---------------------------
    Resolution: Fixed

Fixed in
 - master: fc660274a5c7b4cdea00335cac87bdf5d421db92
 - release-1.12: 3bfb2ab611acff9f0db28f95878032c80f3ae815

> Fix ignore-parse-errors not work for the legacy JSON format
> -----------------------------------------------------------
>
>                 Key: FLINK-19880
>                 URL: https://issues.apache.org/jira/browse/FLINK-19880
>             Project: Flink
>          Issue Type: Bug
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table 
> SQL / Ecosystem
>    Affects Versions: 1.11.2
>            Reporter: MingZhangOk
>            Assignee: Xiao Cai
>            Priority: Major
>              Labels: pull-request-available, starter
>             Fix For: 1.13.0, 1.12.1
>
>   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)

Reply via email to