lukecwik commented on a change in pull request #11224: [BEAM-9340] Validate pipeline requirements in PipelineValidator. URL: https://github.com/apache/beam/pull/11224#discussion_r398771741
########## File path: runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/PipelineValidator.java ########## @@ -221,23 +229,39 @@ private static void validateParDo(String id, PTransform transform, Components co id, sideInputId); } - // TODO: Validate state_specs and timer_specs + if (payload.getStateSpecsCount() > 0 || payload.getTimerSpecsCount() > 0) { Review comment: We can merge now and you will need to swap from TimerSpecs to TimerFamilySpecs here as part of your PR. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services