iemejia commented on a change in pull request #13646:
URL: https://github.com/apache/beam/pull/13646#discussion_r551983051
##########
File path: sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java
##########
@@ -197,7 +198,7 @@
*
* <pre>{@code
* PCollection<AvroAutoGenClass> records =
- * p.apply(AvroIO.read(...).from(...).withBeamSchemas(true);
+ * p.apply(AvroIO.read(...).from(...).withBeamSchemas(true));
Review comment:
maybe someone updated it in the meantime. Do a `git pull origin master
--rebase` from your branch just to be sure.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]