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_r387262044
##########
File path: sdks/python/apache_beam/runners/direct/evaluation_context.py
##########
@@ -273,7 +274,8 @@ def __init__(self,
] # type: List[Tuple[TransformExecutor, Timestamp]]
self._counter_factory = counters.CounterFactory()
self._metrics = DirectMetrics()
-
+ self._test_stream_event_stub = test_stream_event_stub
+ self._test_stream_event_channel = None
Review comment:
Similarly, the test_stream_event_channel doesn't seem a property of the
evaluation context, rather a property of the test stream (evaluator) itself.
----------------------------------------------------------------
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