Skip to content

Commit

Permalink
Reduce allowed lateness in FixedWindows from 10 to 2 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijeshthummar02 committed Mar 9, 2025
1 parent dfc45f0 commit c277671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/examples/snippets/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ def test_model_composite_triggers(self):
pcollection | WindowInto(
FixedWindows(1 * 60),
trigger=AfterWatermark(late=AfterProcessingTime(10 * 60)),
allowed_lateness=10,
allowed_c=2,
accumulation_mode=AccumulationMode.DISCARDING)
# [END model_composite_triggers]
| 'group' >> beam.GroupByKey()
Expand Down

0 comments on commit c277671

Please sign in to comment.