This is an automated email from the ASF dual-hosted git repository.

xqhu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d4c2028e084 docs: fix typo in snippets_test.py (#34297)
d4c2028e084 is described below

commit d4c2028e0846566f4e455f270f45bc5013ef56ad
Author: Matar <[email protected]>
AuthorDate: Fri Mar 14 22:54:27 2025 +0300

    docs: fix typo in snippets_test.py (#34297)
    
    Co-authored-by: Matar <[email protected]>
---
 sdks/python/apache_beam/examples/snippets/snippets_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sdks/python/apache_beam/examples/snippets/snippets_test.py 
b/sdks/python/apache_beam/examples/snippets/snippets_test.py
index 54a57673b5f..868cf17a395 100644
--- a/sdks/python/apache_beam/examples/snippets/snippets_test.py
+++ b/sdks/python/apache_beam/examples/snippets/snippets_test.py
@@ -1153,7 +1153,7 @@ class SnippetsTest(unittest.TestCase):
           pcollection | WindowInto(
               FixedWindows(1 * 60),
               trigger=AfterWatermark(late=AfterProcessingTime(10 * 60)),
-              allowed_lateness=10,
+              allowed_lateness=2 * 24 * 60 * 60,
               accumulation_mode=AccumulationMode.DISCARDING)
           # [END model_composite_triggers]
           | 'group' >> beam.GroupByKey()

Reply via email to