ultrabug commented on pull request #1379: URL: https://github.com/apache/avro/pull/1379#issuecomment-950997997
@martin-g I finally tracked down the problem to the `decode` function and found the way to fix my problem properly (that is, without breaking other tests) and I am now providing an example test to demonstrate the problem. The root cause is that `decode` is not handling its `reader`'s OEF properly for all `Schema` variants. I fixed the `boolean` and `union` variants to showcase the fix and discuss it. FYI @gklijs @PauloAOliveira -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
