ahmedabu98 commented on code in PR #30666:
URL: https://github.com/apache/beam/pull/30666#discussion_r1538250014


##########
examples/multi-language/README.md:
##########
@@ -28,6 +28,8 @@ This project provides examples of Apache Beam
 * **python/javacount** - A Python pipeline that counts words using the Java 
`Count.perElement()` transform.
 * **python/javadatagenerator** - A Python pipeline that produces a set of 
strings generated from Java.
                                   This example demonstrates the 
`JavaExternalTransform` API.
+* **python/wordcount_external** - A Python pipeline that runs the Word Count 
workflow using three external Java
+                transforms. This example demonstrates the simpler 
`ExternalTransformProvider` API.

Review Comment:
   Clarifying that we are using SchemaTransforms here, not 
JavaExternalTransform.
   Also modifying comments in wordcount_external.py to clarify which Java 
transforms are used for this example



-- 
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-unsubscr...@beam.apache.org

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

Reply via email to