wollowizard commented on code in PR #34873: URL: https://github.com/apache/beam/pull/34873#discussion_r2081480151
########## sdks/java/extensions/avro/src/main/java/org/apache/beam/sdk/extensions/avro/coders/AvroCoder.java: ########## @@ -354,8 +392,10 @@ public Schema get() { // an inner coder. private final EmptyOnDeserializationThreadLocal<BinaryDecoder> decoder; private final EmptyOnDeserializationThreadLocal<BinaryEncoder> encoder; - private final EmptyOnDeserializationThreadLocal<DatumWriter<T>> writer; Review Comment: @scwhittle i see, i guess this is to support [pipeline upgrades](https://cloud.google.com/dataflow/docs/guides/updating-a-pipeline)? anyway I restored the old fields -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org