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

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

                Author: ASF GitHub Bot
            Created on: 20/Jun/18 21:04
            Start Date: 20/Jun/18 21:04
    Worklog Time Spent: 10m 
      Work Description: charlesccychen commented on a change in pull request 
#5337: [BEAM-4007] Futurize typehints subpackage
URL: https://github.com/apache/beam/pull/5337#discussion_r196942116
 
 

 ##########
 File path: sdks/python/apache_beam/typehints/typehints.py
 ##########
 @@ -411,17 +416,23 @@ def __eq__(self, other):
   def __repr__(self):
     return 'Any'
 
+  def __hash__(self):
+    return hash(id(self))
 
 Review comment:
   Can you please add a `TODO(BEAM-3730)` comment here?

----------------------------------------------------------------
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: 113931)
    Time Spent: 2h 20m  (was: 2h 10m)

> Futurize and fix python 2 compatibility for typehints subpackage
> ----------------------------------------------------------------
>
>                 Key: BEAM-4007
>                 URL: https://issues.apache.org/jira/browse/BEAM-4007
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-py-core
>            Reporter: Robbe
>            Assignee: Robbe
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>




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

Reply via email to