[ 
https://issues.apache.org/jira/browse/FLINK-20795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260165#comment-17260165
 ] 

zoucao commented on FLINK-20795:
--------------------------------

hi [~jark], if we want two functions integrated in one configuration, maybe we 
can use `,` or `;` to seperate,just like
{code:java}
'ignore-parse-errors'='true,info'
'ignore-parse-errors'='true,warn'
'ignore-parse-errors'='true,debug'
'ignore-parse-errors'='true,stdout'
'ignore-parse-errors'='true' -- don't print dirty record{code}
or we do a simple implementation 
{code:java}
'ignore-parse-errors'='true,true'  -- print by using LOG.info()
'ignore-parse-errors'='true' or 'true,false'  -- don't print dirty record{code}

> add a parameter to decide whether print dirty record when 
> `ignore-parse-errors` is true
> ---------------------------------------------------------------------------------------
>
>                 Key: FLINK-20795
>                 URL: https://issues.apache.org/jira/browse/FLINK-20795
>             Project: Flink
>          Issue Type: Improvement
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile), Table 
> SQL / Ecosystem
>    Affects Versions: 1.13.0
>            Reporter: zoucao
>            Priority: Major
>
> add a parameter to decide whether print dirty data when 
> `ignore-parse-errors`=true, some users want to make his task stability and 
> know the dirty record to fix the upstream, too.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to