afedulov commented on pull request #17598: URL: https://github.com/apache/flink/pull/17598#issuecomment-1021629155
@fapaul Done. I've added two hotfix commits that I would like you to give a look at before I squash them. 1. Adds support for the missing `ignore-parse-errors` option. Some tests were failing because of that. It is a bit of a [special option](https://nightlies.apache.org/flink/flink-docs-master/docs/connectors/table/formats/csv/#csv-ignore-parse-errors) when compared to the parsing options of Jackson, that's why I decided to make it a setter not to "pollute" all of the factory methods with it. 2. Adds the `forwardOptions` from Francesco's PR. I believe that is all that is needed, but please confirm. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
