You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2021/07/16 19:40:26 UTC

[GitHub] [beam] lukecwik commented on pull request #15186: [WIP][BEAM-12596] Ensure that SDF restriction size is always greater then zero

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org