mosche commented on code in PR #25534: URL: https://github.com/apache/beam/pull/25534#discussion_r1114297597
########## sdks/java/core/src/main/java/org/apache/beam/sdk/coders/AvroCoder.java: ########## @@ -107,10 +107,14 @@ * org.apache.beam.sdk.transforms.GroupByKey} operations. * * @param <T> the type of elements handled by this coder + * @deprecated Avro classes are deprecated to use in module <code>beam-sdks-java-core</code> and Review Comment: Please also mention the new import that should be used instead to make the migration as easy as possible. Same for all below... -- 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]
