Hi everyone,

I was wondering why the position field of the Schema.Field class is marked
as transient given that the Schema class itself isn't even marked as
serializable. The code that I am referring to can be found:
https://github.com/apache/avro/blob/trunk/lang/java/avro/src/main/java/org/apache/avro/Schema.java#L358
.

If there isn't a reason, can we change this to not be transient? I can make
the one line patch.

Robert

Reply via email to