[
https://issues.apache.org/jira/browse/BEAM-2927?focusedWorklogId=81896&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-81896
]
ASF GitHub Bot logged work on BEAM-2927:
----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Mar/18 15:57
Start Date: 19/Mar/18 15:57
Worklog Time Spent: 10m
Work Description: robertwb commented on a change in pull request #4781:
[BEAM-2927] Python support for portable side inputs over Fn API
URL: https://github.com/apache/beam/pull/4781#discussion_r175249415
##########
File path: sdks/python/apache_beam/typehints/typehints.py
##########
@@ -1098,3 +1098,36 @@ def is_consistent_with(sub, base):
# Nothing but object lives above any type constraints.
return base == object
return issubclass(sub, base)
+
+
+def coerce_to_kv_type(element_type, label=None):
Review comment:
Yes, they do.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 81896)
Time Spent: 1h 20m (was: 1h 10m)
> Python SDK support for portable side input
> ------------------------------------------
>
> Key: BEAM-2927
> URL: https://issues.apache.org/jira/browse/BEAM-2927
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Henning Rohde
> Assignee: Robert Bradshaw
> Priority: Major
> Labels: portability
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)