dalelane commented on code in PR #23395: URL: https://github.com/apache/flink/pull/23395#discussion_r1370649857
########## flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/AvroDeserializationSchemaTest.java: ########## @@ -37,46 +38,56 @@ class AvroDeserializationSchemaTest { private static final Address address = TestDataGenerator.generateRandomAddress(new Random()); + private static final AvroEncoding[] ENCODINGS = {AvroEncoding.BINARY, AvroEncoding.JSON}; + @Test void testNullRecord() throws Exception { Review Comment: Nice - that's a new one on me, thanks. That's much better -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org