anantdamle commented on a change in pull request #13646:
URL: https://github.com/apache/beam/pull/13646#discussion_r551977468
##########
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:
very strange. On my repo
[AvroIO](https://github.com/anantdamle/beam/blob/schema_support_cleanup/sdks/java/core/src/main/java/org/apache/beam/sdk/io/AvroIO.java)
already has that extra closing parenthesis.
Is there something wrong I am doing?
----------------------------------------------------------------
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]