leonardBang commented on a change in pull request #13767: URL: https://github.com/apache/flink/pull/13767#discussion_r512024364
########## File path: flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/AvroFilesystemStreamITCase.java ########## @@ -32,7 +32,7 @@ public String[] additionalProperties() { List<String> ret = new ArrayList<>(); ret.add("'format'='avro'"); - ret.add("'format.avro.codec'='snappy'"); Review comment: Considering the format options is never validated, I suggest at least add one test in `FileSystemTableFactoryTest` ---------------------------------------------------------------- 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