[
https://issues.apache.org/jira/browse/FLINK-14364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16953412#comment-16953412
]
Jiayi Liao commented on FLINK-14364:
------------------------------------
[~twalthr]
I've checked jackson codes and find out that this allowComments only work with
multiple lines message by using objectReader.readValues(message) insteand of
objectReader.readValue(message). I'm not sure if this is a jackson bug or
expected behaviour. But either way I think we should add this into
#CsvValidator#validate.
> Allow comments fail when not ignore parse errors in
> CsvRowDeserializationSchema
> -------------------------------------------------------------------------------
>
> Key: FLINK-14364
> URL: https://issues.apache.org/jira/browse/FLINK-14364
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / API
> Reporter: Jingsong Lee
> Assignee: Jiayi Liao
> Priority: Major
> Fix For: 1.10.0
>
>
> Use CsvRowDeserializationSchema, when setIgnoreParseErrors(false) and
> setAllowComments(true).
> If there are some comments in msg, will throw MismatchedInputException.
> If this a bug? and we should catch MismatchedInputException and return null?
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)