wuchong commented on a change in pull request #14813: URL: https://github.com/apache/flink/pull/14813#discussion_r567808475
########## File path: flink-formats/flink-csv/src/test/java/org/apache/flink/formats/csv/CsvFormatFactoryTest.java ########## @@ -206,6 +206,29 @@ public void testDeserializeWithEscapedFieldDelimiter() throws IOException { assertEquals(expected, actual); } + @Test + public void testDeserializeWithDisableQuoteCharacter() throws IOException { Review comment: We can remove this method now, because it has been covered by the new introduced other 2 tests. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org