[
https://issues.apache.org/jira/browse/BEAM-4006?focusedWorklogId=122561&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-122561
]
ASF GitHub Bot logged work on BEAM-4006:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/18 00:20
Start Date: 13/Jul/18 00:20
Worklog Time Spent: 10m
Work Description: superbobry commented on a change in pull request #5729:
[BEAM-4006] Futurize transforms subpackage
URL: https://github.com/apache/beam/pull/5729#discussion_r202202700
##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -62,6 +64,11 @@
from apache_beam.typehints.typehints import is_consistent_with
from apache_beam.utils import urns
+try:
+ from itertools import ifilter as filter
Review comment:
How about
```python
from future.builtins import filter
```
----------------------------------------------------------------
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: 122561)
Time Spent: 7h (was: 6h 50m)
> Futurize and fix python 2 compatibility for transforms subpackage
> -----------------------------------------------------------------
>
> Key: BEAM-4006
> URL: https://issues.apache.org/jira/browse/BEAM-4006
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Matthias Feys
> Priority: Major
> Time Spent: 7h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)