[
https://issues.apache.org/jira/browse/BEAM-3998?focusedWorklogId=112660&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-112660
]
ASF GitHub Bot logged work on BEAM-3998:
----------------------------------------
Author: ASF GitHub Bot
Created on: 17/Jun/18 21:51
Start Date: 17/Jun/18 21:51
Worklog Time Spent: 10m
Work Description: Fematich commented on a change in pull request #5652:
[BEAM-3998] Futurize examples subpackage
URL: https://github.com/apache/beam/pull/5652#discussion_r195941921
##########
File path: sdks/python/apache_beam/examples/snippets/snippets.py
##########
@@ -1048,7 +1055,7 @@ def to_entity(content):
entity = entity_pb2.Entity()
googledatastore.helper.add_key_path(entity.key, kind, str(uuid.uuid4()))
googledatastore.helper.add_properties(entity,
- {'content': six.text_type(content)})
+ {'content': unicode(content)})
Review comment:
I removed all the remaining `six` imports with the latest commit.
----------------------------------------------------------------
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: 112660)
Time Spent: 1h 20m (was: 1h 10m)
> Futurize and fix python 2 compatibility for examples subpackage
> ---------------------------------------------------------------
>
> Key: BEAM-3998
> URL: https://issues.apache.org/jira/browse/BEAM-3998
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Matthias Feys
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)