lukecwik commented on a change in pull request #11235: [BEAM-9618] Pull bundle descriptors. URL: https://github.com/apache/beam/pull/11235#discussion_r401955503
########## File path: sdks/python/apache_beam/runners/worker/worker_id_interceptor.py ########## @@ -35,7 +35,8 @@ class _ClientCallDetails(collections.namedtuple( pass -class WorkerIdInterceptor(grpc.StreamStreamClientInterceptor): +class WorkerIdInterceptor(grpc.UnaryUnaryClientInterceptor, Review comment: test? ---------------------------------------------------------------- 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
