liferoad commented on PR #34227: URL: https://github.com/apache/beam/pull/34227#issuecomment-2711166214
Please fix https://github.com/apache/beam/actions/runs/13768255852/job/38504359945?pr=34227 py3-yapf-check: commands[1]> time yapf --diff --parallel --recursive apache_beam --- apache_beam/examples/snippets/snippets_test.py (original) +++ apache_beam/examples/snippets/snippets_test.py (reformatted) @@ -1153,7 +1153,7 @@ pcollection | WindowInto( FixedWindows(1 * 60), trigger=AfterWatermark(late=AfterProcessingTime(10 * 60)), - allowed_lateness=2*24*60*60, + allowed_lateness=2 * 24 * 60 * 60, accumulation_mode=AccumulationMode.DISCARDING) # [END model_composite_triggers] | 'group' >> beam.GroupByKey() Command exited with non-zero status 1 py3-yapf-check: exit 1 (48.49 seconds) /runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python> time yapf --diff --parallel --recursive apache_beam pid=1467 -- 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]
