boyuanzz commented on pull request #13105: URL: https://github.com/apache/beam/pull/13105#issuecomment-714171015
> SDF + side input tests fail on validateParDo: > > https://github.com/apache/beam/blob/ddcb600b79fdd7d2ea35a843502557d34bdfbb96/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/graph/PipelineValidator.java#L231-L237 It seems like we only have main input for SplittableParDo transform: ``` splittableParDo.getInputsMap(): {org.apache.beam.sdk.values.PCollection.<init>:399#a00997a449310e6c=PAssert$0/GroupGlobally/Create.Values/Read(CreateSource)/ParDo(OutputSingleSource)/ParMultiDo(OutputSingleSource).output} ``` ---------------------------------------------------------------- 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]
