bvolpato commented on issue #29413: URL: https://github.com/apache/beam/issues/29413#issuecomment-1809163943
I think we should be able to introduce an integration test that relies on a newer Avro version. I can look into it. The problem here is that for Beam, everything is 1.8.2, so there's no conflict. The issues happened when we tried to run user code that depended on 1.11.3 along with the harness JAR containing 1.8.2, so things ended up conflicting (in our case of Dataflow Runner, always failing because the runner adds the harness at the beginning of the `java -cp`). -- 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]
