robertwb commented on a change in pull request #11005: [BEAM-8335] Modify the
StreamingCache to subclass the CacheManager
URL: https://github.com/apache/beam/pull/11005#discussion_r389209836
##########
File path: sdks/python/apache_beam/runners/interactive/cache_manager.py
##########
@@ -69,8 +69,8 @@ def read(self, *labels):
*labels: List of labels for PCollection instance.
Returns:
- Tuple[List[Any], int]: A tuple containing a list of items in the
- PCollection and the version number.
+ A tuple containing an iterator for the items in the PCollection and the
Review comment:
Please leave the types (it makes it easier to follow).
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services