KhaninArtur commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r766785007



##########
File path: learning/katas/java/Core 
Transforms/Map/FlatMapElements/src/org/apache/beam/learning/katas/coretransforms/map/flatmapelements/Task.java
##########
@@ -21,7 +21,7 @@
 //  eam-playground:
 //   name: FlatMap
 //   description: Task from katas to implement a function that maps each input 
sentence
-//       into words tokenized by whitespace (" ").
+//       into splitted whitespace (" ").

Review comment:
       ```suggestion
   //       into words split by whitespace (" ").
   ```

##########
File path: learning/katas/java/Core Transforms/Map/ParDo 
OneToMany/src/org/apache/beam/learning/katas/coretransforms/map/pardoonetomany/Task.java
##########
@@ -20,7 +20,7 @@
 
 // beam-playground:
 //   name: MapParDoOneToMany
-//   description: Task from katas that maps each input sentence into words 
tokenized by whitespace (" ").
+//   description: Task from katas that maps each input sentence into splitted 
whitespace (" ").

Review comment:
       ```suggestion
   //   description: Task from katas that maps each input sentence into words 
split by whitespace (" ").
   ```




-- 
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]


Reply via email to