Abacn commented on PR #37538:
URL: https://github.com/apache/beam/pull/37538#issuecomment-3862463967

   testJustReshuffle
   
   ```
   java.lang.RuntimeException: The Runner experienced the following error 
during execution:
   java.lang.IllegalArgumentException: PCollectionNodes 
[PCollectionNode{id=Reshuffle/RestoreMetadata/ParDo(Anonymous)/ParMultiDo(Anonymous).output,
 PCollection=unique_name: 
"Reshuffle/RestoreMetadata/ParDo(Anonymous)/ParMultiDo(Anonymous).output"
   coder_id: "KvCoder"
   is_bounded: BOUNDED
   windowing_strategy_id: "WindowingStrategy(GlobalWindows)"
   }] were consumed but never produced
   ```
   
   This usually means the transform (ReShuffle) missing a runner implementation 
(like #21325, #34647)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to