lukecwik commented on pull request #15186: URL: https://github.com/apache/beam/pull/15186#issuecomment-881675721
CC: @youngoli @lostluck I was thinking we could do something like I did in the Java SDK where the validation happens during invocation https://github.com/apache/beam/pull/15153 but I'm not familiar enough with how the invoker works so I did what Python did and validate the output after each call https://github.com/apache/beam/pull/15179 since Python doesn't have an invoker style object. Advice and/or suggestions? -- 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]
