[ 
https://issues.apache.org/jira/browse/BEAM-5953?focusedWorklogId=185964&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-185964
 ]

ASF GitHub Bot logged work on BEAM-5953:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 16/Jan/19 20:04
            Start Date: 16/Jan/19 20:04
    Worklog Time Spent: 10m 
      Work Description: markflyhigh commented on pull request #7521: 
[BEAM-5953] Fix py3 type error in bundle_processor
URL: https://github.com/apache/beam/pull/7521#discussion_r248431715
 
 

 ##########
 File path: sdks/python/apache_beam/runners/worker/bundle_processor.py
 ##########
 @@ -590,9 +590,11 @@ def get_coder(self, coder_id):
     if coder_proto.spec.spec.urn:
       return self.context.coders.get_by_id(coder_id)
     else:
+      payload = coder_proto.spec.spec.payload
+      if isinstance(payload, bytes):
 
 Review comment:
   Since this decoding should only happens in python 3, I prefer to add version 
check here.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 185964)
    Time Spent: 2.5h  (was: 2h 20m)

> Support DataflowRunner on Python 3
> ----------------------------------
>
>                 Key: BEAM-5953
>                 URL: https://issues.apache.org/jira/browse/BEAM-5953
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Mark Liu
>            Assignee: Mark Liu
>            Priority: Major
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to