[
https://issues.apache.org/jira/browse/BEAM-3999?focusedWorklogId=103532&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103532
]
ASF GitHub Bot logged work on BEAM-3999:
----------------------------------------
Author: ASF GitHub Bot
Created on: 18/May/18 18:59
Start Date: 18/May/18 18:59
Worklog Time Spent: 10m
Work Description: RobbeSneyders commented on a change in pull request
#5334: [BEAM-3999] Futurize internal subpackage
URL: https://github.com/apache/beam/pull/5334#discussion_r189364662
##########
File path: sdks/python/apache_beam/internal/util.py
##########
@@ -20,9 +20,13 @@
For internal use only. No backwards compatibility guarantees.
"""
+from __future__ import absolute_import
+
import logging
import threading
import weakref
+from builtins import next
Review comment:
I checked again, and it seems like the linter checks for `.next()` calls on
objects. So we should be safe.
----------------------------------------------------------------
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: 103532)
Time Spent: 2h 50m (was: 2h 40m)
> Futurize and fix python 2 compatibility for internal subpackage
> ---------------------------------------------------------------
>
> Key: BEAM-3999
> URL: https://issues.apache.org/jira/browse/BEAM-3999
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Robbe
> Priority: Major
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)