dawidwys commented on a change in pull request #7777: [FLINK-9964][table] Add a full RFC-compliant CSV table format factory URL: https://github.com/apache/flink/pull/7777#discussion_r258946974
########## File path: flink-formats/flink-csv/src/test/java/org/apache/flink/table/descriptors/CsvTest.java ########## @@ -56,27 +70,17 @@ public void testMissingSchema() { @Test(expected = ValidationException.class) public void testDuplicateSchema() { // we add an additional schema - addPropertyAndVerify(descriptors().get(1), "format.schema", "DDD"); + addPropertyAndVerify( + descriptors().get(1), Review comment: The same above. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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 With regards, Apache Git Services