Hi Avro devs, I'd like to contribute a small bug fix to the Java IDL module.
Problem: When serializing an Avro schema to IDL format via IdlUtils.writeSchema, enum schemas with a default value lose that default — it is simply not written to the output. This means round-tripping a schema through IDL silently drops the enum default. Fix looks like this: https://github.com/apache/avro/compare/main...prygunov:avro:java-enum-default Should I create a JIRA issue for this and open a pull request? Or can you create an issue for me? Happy to do so and incorporate any feedback. Thanks!
