robertwb commented on a change in pull request #11838:
URL: https://github.com/apache/beam/pull/11838#discussion_r431465968
##########
File path:
sdks/python/apache_beam/runners/interactive/caching/streaming_cache.py
##########
@@ -304,6 +304,18 @@ def read(self, *labels):
return iter([]), -1
return StreamingCache.Reader([header], [reader]).read(), 1
+ @staticmethod
+ def sentinel_label():
Review comment:
Rather than introduce a sentinel label, how about returning a dict from
expand iff output_tags was manually specified (or, alternatively, something
other than `{None}`)?
----------------------------------------------------------------
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]