You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/07/09 01:26:38 UTC

[GitHub] [beam] aaltay commented on a change in pull request #14544: [BEAM-7372] cleanup codes for py2 from apache_beam/transforms

aaltay commented on a change in pull request #14544:
URL: https://github.com/apache/beam/pull/14544#discussion_r666611638



##########
File path: sdks/python/apache_beam/transforms/core.py
##########
@@ -1618,18 +1601,10 @@ def MapTuple(fn, *args, **kwargs):  # pylint: disable=invalid-name
 
       beam.MapTuple(lambda a, b, ...: ...)
 
-  is equivalent to Python 2
-
-      beam.Map(lambda (a, b, ...), ...: ...)
-
   In other words
 
       beam.MapTuple(fn)
 
-  is equivalent to

Review comment:
       It looks like this part was accidentally removed. Could you add this back?
   
   @lazylynx @tvalentyn @robertwb 
   
   




-- 
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.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org