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

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

                Author: ASF GitHub Bot
            Created on: 12/Apr/18 01:32
            Start Date: 12/Apr/18 01:32
    Worklog Time Spent: 10m 
      Work Description: charlesccychen commented on a change in pull request 
#5053: [BEAM-3981] Futurize coders subpackage
URL: https://github.com/apache/beam/pull/5053#discussion_r180943361
 
 

 ##########
 File path: sdks/python/apache_beam/coders/coders.py
 ##########
 @@ -309,11 +318,6 @@ class ToStringCoder(Coder):
   """A default string coder used if no sink coder is specified."""
 
   def encode(self, value):
-    try:               # Python 2
-      if isinstance(value, unicode):
-        return value.encode('utf-8')
 
 Review comment:
   Should we do the same `unicode = str` thing here?  (In the new version, we 
will raise an error if the value is a non-ascii unicode string; eg: `str(u'😋')` 
raises an error, while this worked before.)

----------------------------------------------------------------
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: 90253)
    Time Spent: 7h  (was: 6h 50m)

> Futurize and fix python 2 compatibility for coders package
> ----------------------------------------------------------
>
>                 Key: BEAM-3981
>                 URL: https://issues.apache.org/jira/browse/BEAM-3981
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Robbe
>            Assignee: Ahmet Altay
>            Priority: Major
>          Time Spent: 7h
>  Remaining Estimate: 0h
>
> Run automatic conversion with futurize tool on coders subpackage and fix 
> python 2 compatibility. This prepares the subpackage for python 3 support.



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

Reply via email to