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 2020/10/22 02:04:36 UTC

[GitHub] [beam] boyuanzz edited a comment on pull request #13105: [BEAM-10940] Add sdf initiated checkpoint support to portable Flink.

boyuanzz edited a comment 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}
   ```
   
   @lukecwik Have we added the logic to populate the side input into transform proto?


----------------------------------------------------------------
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:
users@infra.apache.org