steveloughran commented on PR #16824: URL: https://github.com/apache/iceberg/pull/16824#issuecomment-4981303080
@clairemcginty I do plan to bump hadoop 3.5.x to avro 1.12.2 once it is out and try to start that 3.5.1 release asap; (seen #17188 smoke test here btw). But an avro update is a big change, as all generated code stops linking. Whenever I change hadoop branches things the IDE refuses to compile, so its up with the junit 4 -> 5 migration as a pain point. At least in iceberg avro is shaded. which should let you coexist your generated avro 1.11 classes with uses within iceberg itself. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
