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

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

                Author: ASF GitHub Bot
            Created on: 02/Apr/18 19:57
            Start Date: 02/Apr/18 19:57
    Worklog Time Spent: 10m 
      Work Description: charlesccychen commented on a change in pull request 
#4990: [BEAM-3981] Futurize and fix python 2 compatibility for coders subpackage
URL: https://github.com/apache/beam/pull/4990#discussion_r178633445
 
 

 ##########
 File path: sdks/python/apache_beam/coders/fast_coders_test.py
 ##########
 @@ -16,6 +16,9 @@
 #
 
 """Unit tests for compiled implementation of coder impls."""
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
 
 Review comment:
   <!--new_thread; commit:3e2ba46c6b8cf23454bb84e5c2803c05f6001e49; 
resolved:0-->
   Which of these is really necessary?  Do we use division and print in this 
file?

----------------------------------------------------------------
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: 86727)
    Time Spent: 1h 50m  (was: 1h 40m)

> 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: 1h 50m
>  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