davidradl commented on code in PR #25336: URL: https://github.com/apache/flink/pull/25336#discussion_r1768200714
########## flink-core/src/main/java/org/apache/flink/api/java/typeutils/TypeExtractor.java: ########## @@ -1971,7 +1967,7 @@ private <OUT, IN1, IN2> TypeInformation<OUT> privateGetForClass( } // special case for POJOs generated by Avro. - if (hasSuperclass(clazz, AVRO_SPECIFIC_RECORD_BASE_CLASS)) { + if (AvroUtils.isAvroSpecificRecord(clazz)) { Review Comment: @xuyangzhong raising a new Jira to work this separately makes sense to me. -- 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