razvanculea commented on PR #34777:
URL: https://github.com/apache/beam/pull/34777#issuecomment-2858280752

   Improved support for user windowing.
   If an unbounded PCollection with GlobalWindow is written:
   * without setting triggering_frequency => throw an exception
   * if triggering_frequency is set, then the output will be written per 
requested frequency
   
   If an unbounded PCollection with a user set windowing is written:
   * without setting triggering_frequency => tthen the output will be written 
per user defined window
   * if triggering_frequency is set, then the output will be written per 
requested frequency
   
   If num_shards is set : per triggering_frequency/user window, the output is 
written in num_shards
   If num_shards is not set : per triggering_frequency/user window, the output 
is written with 1 file per bundle
   


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

Reply via email to