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



##########
File path: sdks/python/apache_beam/utils/thread_pool_executor.py
##########
@@ -134,3 +134,12 @@ def shutdown(self, wait=True):
       if wait:
         for worker in self._workers:
           worker.join()
+
+
+class _SharedUnboundedThreadPoolExecutor(UnboundedThreadPoolExecutor):

Review comment:
       Do we expect `UnboundedThreadPoolExecutor` to be used directly after 
this? Should it be renamed to `_ UnboundedThreadPoolExecutor` ?




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


Reply via email to