robertwb commented on pull request #12881: URL: https://github.com/apache/beam/pull/12881#issuecomment-698656951
> 23:36:24 apache_beam/runners/worker/sdk_worker.py:665: error: Argument "process_bundle_progress" to "InstructionResponse" has incompatible type "ProcessBundleProgressMetadataResponse"; expected "Optional[ProcessBundleProgressResponse]" [arg-type] > 23:36:24 apache_beam/runners/worker/sdk_worker.py:667: error: Argument "monitoring_info" to "ProcessBundleProgressMetadataResponse" has incompatible type "List[MonitoringInfo]"; expected "Optional[Mapping[str, Any]]" [arg-type] @lukecwik this looks wrong, wonder why it's not failing at runtime. Maybe short-ids aren't actually used yet? ---------------------------------------------------------------- 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]
