gemini-code-assist[bot] commented on code in PR #39292:
URL: https://github.com/apache/beam/pull/39292#discussion_r3564640846
##########
model/pipeline/src/main/proto/org/apache/beam/model/pipeline/v1/external_transforms.proto:
##########
@@ -60,32 +60,49 @@ message ExpansionMethods {
}
// Defines the URNs for managed transforms.
+// Managed transforms are high-level, pre-configured transforms that map to
+// specific SchemaTransform implementations. They provide a way to
+// to use common I/O patterns without worrying about Beam version.
Review Comment:

There is a duplicate word 'to' in the comment ('provide a way to to use').
```suggestion
// specific SchemaTransform implementations. They provide a way
// to use common I/O patterns without worrying about Beam version.
```
--
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]