You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "mosche (via GitHub)" <gi...@apache.org> on 2023/02/22 13:02:08 UTC

[GitHub] [beam] mosche commented on a diff in pull request #25534: [Avro] Deprecate Avro API classes in "sdks/java/core"

mosche commented on code in PR #25534:
URL: https://github.com/apache/beam/pull/25534#discussion_r1114291526


##########
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:
   Nitpick... maybe like below? Though not important
   ```suggestion
    * @deprecated Avro related classes are deprecated in module <code>beam-sdks-java-core</code> and
   ```



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org