[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-19 Thread Ying Z (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17198768#comment-17198768 ] Ying Z commented on FLINK-19244: [~jark] I try to pull a request, and cloud you help to

[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-15 Thread Ying Z (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196668#comment-17196668 ] Ying Z commented on FLINK-19244: [~jark] Thanks for your advice, this will lead the use

[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-15 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196647#comment-17196647 ] Jark Wu commented on FLINK-19244: - I think we can add a check in {{org.apache.flink.for

[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-15 Thread Ying Z (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196636#comment-17196636 ] Ying Z commented on FLINK-19244: [~jark] ignoreParseErrors=true will skip this record x

[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-15 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196631#comment-17196631 ] Jark Wu commented on FLINK-19244: - Btw, CSV is not a good format to handle nested types.

[jira] [Commented] (FLINK-19244) CsvRowDataDeserializationSchema throws cast exception : Row length mismatch.

2020-09-15 Thread Jark Wu (Jira)
[ https://issues.apache.org/jira/browse/FLINK-19244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196630#comment-17196630 ] Jark Wu commented on FLINK-19244: - You can try to set {{ignoreParseErrors}} to {{true}}.