shunping commented on issue #33815: URL: https://github.com/apache/beam/issues/33815#issuecomment-2804858051
I am able to reproduce this with the code provided. However, I can see the Pardo output after `Flatten` if I modify the start timestamp in `unboundedSource2` as follows: ```go unboundedSource2 := periodic.Impulse(scope, time.Now(), time.UnixMilli(math.MaxInt64), duration, false) ``` after `Flatten` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org