[
https://issues.apache.org/jira/browse/BEAM-12062?focusedWorklogId=573818&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-573818
]
ASF GitHub Bot logged work on BEAM-12062:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 30/Mar/21 00:48
Start Date: 30/Mar/21 00:48
Worklog Time Spent: 10m
Work Description: aaltay commented on a change in pull request #14353:
URL: https://github.com/apache/beam/pull/14353#discussion_r603704830
##########
File path: learning/katas/python/Core Transforms/Map/FlatMap/task.py
##########
@@ -20,7 +20,12 @@
with beam.Pipeline() as p:
+ print("This is a Map:")
Review comment:
I believe there is a separate Map related kata.
(https://github.com/apache/beam/blob/master/learning/katas/python/Core%20Transforms/Map/Map/task.py)
That probably covers Map and we can keep this specific to FlatMap.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 573818)
Remaining Estimate: 40m (was: 50m)
Time Spent: 20m (was: 10m)
> Improper reference to beam python-sdk usage in Katas Lesson
> -----------------------------------------------------------
>
> Key: BEAM-12062
> URL: https://issues.apache.org/jira/browse/BEAM-12062
> Project: Beam
> Issue Type: Improvement
> Components: katas
> Environment: PyCharm EDU
> Reporter: Jordan Moore
> Priority: P4
> Labels: Doc, Learning
> Original Estimate: 1h
> Time Spent: 20m
> Remaining Estimate: 40m
>
> In the Beam Katas - Python course >> Windowing >> Adding Timestamp katas, the
> description asserts to use:
> {code:java}
> beam.window.TimestampedValue{code}
> when
> {code:java}
> beam.transoforms.window.TimestampedValue{code}
> should be used.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)