[
https://issues.apache.org/jira/browse/BEAM-9340?focusedWorklogId=410406&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-410406
]
ASF GitHub Bot logged work on BEAM-9340:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Mar/20 17:07
Start Date: 26/Mar/20 17:07
Worklog Time Spent: 10m
Work Description: boyuanzz commented on pull request #11224: [BEAM-9340]
Validate pipeline requirements in PipelineValidator.
URL: https://github.com/apache/beam/pull/11224#discussion_r398741485
##########
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:
Ack. can we merge it as soon as possible? Then I can rebase my changes on
top of this.
----------------------------------------------------------------
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:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 410406)
Time Spent: 4.5h (was: 4h 20m)
> Properly populate pipeline proto requirements.
> ----------------------------------------------
>
> Key: BEAM-9340
> URL: https://issues.apache.org/jira/browse/BEAM-9340
> Project: Beam
> Issue Type: New Feature
> Components: beam-model, sdk-go, sdk-java-core, sdk-py-core
> Reporter: Robert Bradshaw
> Assignee: Robert Bradshaw
> Priority: Major
> Fix For: 2.20.0
>
> Time Spent: 4.5h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)