dawidwys commented on pull request #13450: URL: https://github.com/apache/flink/pull/13450#issuecomment-696655915
It is relevant for `AvroSerializer` (which I updated through `AvroFactory#fromSpecific` and added a test for it: `AvroUnionLogicalSerializerTest.java`). I checked all places where we instantiate the `SpecificData`manually. In the `AvroInputFormat` we use the `SpecificDatumReader` which should just work (it has that logic of acquiring `SpecificData` built in). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
