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

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

                Author: ASF GitHub Bot
            Created on: 08/May/19 23:42
            Start Date: 08/May/19 23:42
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on pull request #8535: [BEAM-6693] 
ApproximateUnique transform for Python SDK
URL: https://github.com/apache/beam/pull/8535#discussion_r282294788
 
 

 ##########
 File path: sdks/python/apache_beam/transforms/core.py
 ##########
 @@ -518,12 +525,12 @@ def _process_argspec_fn(self):
   def is_process_bounded(self):
     """Checks if an object is a bound method on an instance."""
     if not isinstance(self.process, types.MethodType):
-      return False # Not a method
+      return False  # Not a method
 
 Review comment:
   How did you reformat the code? As long as linter still passes, this is fine. 
However it generally easier to review when format changes are separated from 
other changes.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 239515)
    Time Spent: 40m  (was: 0.5h)

> ApproximateUnique transform for Python SDK
> ------------------------------------------
>
>                 Key: BEAM-6693
>                 URL: https://issues.apache.org/jira/browse/BEAM-6693
>             Project: Beam
>          Issue Type: New Feature
>          Components: sdk-py-core
>            Reporter: Ahmet Altay
>            Assignee: Hannah Jiang
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add a PTransform for estimating the number of distinct elements in a 
> PCollection and the number of distinct values associated with each key in a 
> PCollection KVs.
> it should offer the same API as its Java counterpart: 
> https://github.com/apache/beam/blob/11a977b8b26eff2274d706541127c19dc93131a2/sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/ApproximateUnique.java



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

Reply via email to