xuyang created FLINK-36337: ------------------------------ Summary: Recursively check if the parent class is org.apache.avro.specific.SpecificRecordBase to confirm whether it is an Avro type Key: FLINK-36337 URL: https://issues.apache.org/jira/browse/FLINK-36337 Project: Flink Issue Type: Technical Debt Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile) Reporter: xuyang
I've noticed that the generated User class is not marked as final. One case I can think of is creating a non-generated class B that directly extends the generated class A. See more at https://github.com/apache/flink/pull/25336#discussion_r1762908443 -- This message was sent by Atlassian Jira (v8.20.10#820010)