KevinGG commented on issue #20877: URL: https://github.com/apache/beam/issues/20877#issuecomment-1164677870
I'll update the README.md. This is pseudo code, the error lies within the `p.run().wait_until_finish()` but `wait_until_finish()` doesn't return the result. It should be ```python result = p.run() result.wait_until_finish() ``` Still the usage is discouraged, let's honor `ib.collect` in this scenario. -- 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]
