dalelane commented on code in PR #23395: URL: https://github.com/apache/flink/pull/23395#discussion_r1370689647
########## flink-formats/flink-avro/src/test/java/org/apache/flink/formats/avro/AvroRowDataDeSerializationSchemaTest.java: ########## @@ -222,12 +234,14 @@ void testSerializeDeserializeBasedOnNestedSchema() throws Exception { AvroRowDataSerializationSchema serializationSchema = new AvroRowDataSerializationSchema( rowType, - AvroSerializationSchema.forGeneric(nullableOuterSchema), + AvroSerializationSchema.forGeneric( Review Comment: good point - updated the test in the same way with ParameterizedTest -- 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