[
https://issues.apache.org/jira/browse/BEAM-13860?focusedWorklogId=723375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-723375
]
ASF GitHub Bot logged work on BEAM-13860:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Feb/22 02:18
Start Date: 09/Feb/22 02:18
Worklog Time Spent: 10m
Work Description: TheNeuralBit commented on a change in pull request
#16788:
URL: https://github.com/apache/beam/pull/16788#discussion_r802215193
##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -681,9 +681,8 @@ def default_type_hints(self):
# the DoFn or maybe the runner
def infer_output_type(self, input_type):
# TODO(BEAM-8247): Side inputs types.
- # TODO(robertwb): Assert compatibility with input type hint?
Review comment:
The PR also removes this TODO, which I believe is obsolete
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 723375)
Time Spent: 0.5h (was: 20m)
> ParDo.infer_output_type expects Do.infer_output_type to return Iterable of
> element_type
> ---------------------------------------------------------------------------------------
>
> Key: BEAM-13860
> URL: https://issues.apache.org/jira/browse/BEAM-13860
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> ParDo.infer_output_type expects Do.infer_output_type to return Iterable of
> element_type, but this is inconsistent with every other infer_output_type
> implementation, which is expected to return the actual element type
--
This message was sent by Atlassian Jira
(v8.20.1#820001)