robertwb commented on code in PR #31377:
URL: https://github.com/apache/beam/pull/31377#discussion_r1617739484
##########
sdks/python/apache_beam/dataframe/transforms.py:
##########
@@ -302,6 +302,7 @@ def __repr__(self, indent=0):
self.outputs))
# First define some helper functions.
+ @_memoize
Review Comment:
The lifetime is that of the call of the enclosing function. (These are
closures.)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]