shunping commented on issue #31153: URL: https://github.com/apache/beam/issues/31153#issuecomment-3305337890
> So, having the following pipeline should show different firings: > > * DoFn: _produce some data_ > * WindowInto with some triggers set to fire early (eg, by num elements), and have the default firing. > * GBK > * DoFn: Detect panes here. > * Other Dofn: Do more stuff. > * DoFn: Detect the same panes here. +1 Panes are only effective after GroupBy (or similar aggregation transforms). The Javadoc has more information. https://beam.apache.org/releases/javadoc/2.67.0/org/apache/beam/sdk/transforms/windowing/PaneInfo.html -- 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]
