shunping commented on issue #35934:
URL: https://github.com/apache/beam/issues/35934#issuecomment-3549116696

   I ran into a similar problem and tested a bit on FnAPI runner and Prism.
   
   **FnAPI Runner**
   * The pipeline is stuck with either `Latest.Globally()` or 
`Latest.Globally().without_defaults()`
   
   **Prism**
   * `Latest.Globally()` is not supported yet as it has a sideinput with 
trigger. (https://github.com/apache/beam/issues/31438#issuecomment-2651982022)
   *  Using `Latest.Globally().without_defaults()` can yield a stream of 
elements as expected.


-- 
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