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



##########
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 
splitted by whitespace (" ").
   ```

##########
File path: learning/katas/python/Core Transforms/Map/FlatMap/task.py
##########
@@ -17,7 +17,7 @@
 # beam-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 splitted by whitespace (" ").
   ```

##########
File path: learning/katas/python/Core Transforms/Map/ParDo OneToMany/task.py
##########
@@ -16,7 +16,7 @@
 
 # beam-playground:
 #   name: MapParDoOneToMany
-#   description: Task from katas is a ParDo that maps each input sentence into 
words tokenized by whitespace (" ").
+#   description: Task from katas is a ParDo that maps each input sentence into 
splitted whitespace (" ").

Review comment:
       ```suggestion
   #   description: Task from katas is a ParDo that maps each input sentence 
into words splitter by whitespace (" ").
   ```

##########
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 splitted 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