paul-tlh commented on pull request #17055: URL: https://github.com/apache/beam/pull/17055#issuecomment-1068516927
> re the error message "This is likely due to using an older version of Beam." It's because JOB_STATE_RESOURCE_CLEANING_UP doesn't match with any state in this switch statement so it logs the error in the "default". To avoid this warning, the customer needs to upgrade their SDK after this PR has been included in the latest Beam SDK re python The state has been added in python sdk (https://github.com/apache/beam/blob/master/sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py#L2188). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
