pabloem commented on a change in pull request #16192:
URL: https://github.com/apache/beam/pull/16192#discussion_r773256962
##########
File path: playground/categories.yaml
##########
@@ -30,3 +30,12 @@ categories:
- Options
- Coders
- Stateful Processing
+ - Beam SQL
+ - Filtering
+ - Branching
+ - Flatten
+ - Core Transforms
+ - Filtering
+ - Branching
+ - Flatten
+ - Core Transforms
Review comment:
these lines seem to be repeated
##########
File path: learning/katas/python/Windowing/Fixed Time Window/Fixed Time
Window/task.py
##########
@@ -14,6 +14,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# beam-playground:
+# name: WindowingFixedTime
+# description: Task from katas to count the number of events that happened
based on fixed window with 1-day duration.
+# multifile: false
+# pipeline_options:
+# categories:
+# - Streaming
Review comment:
```suggestion
# - Streaming
# - Windowing
# - Combiners
```
--
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]