InigoSJ commented on a change in pull request #11943:
URL: https://github.com/apache/beam/pull/11943#discussion_r438366946



##########
File path: sdks/python/apache_beam/transforms/combiners_test.py
##########
@@ -105,6 +109,16 @@ def test_builtin_combines(self):
       assert_that(result_mean, equal_to([mean]), label='assert:mean')
       assert_that(result_count, equal_to([size]), label='assert:size')
 
+      # Now for global combines without default
+      timestamped = pcoll | Map(lambda x: TimestampedValue(timestamp))

Review comment:
       Thanks for spotting this, I think I missed it when moving from my test 
env to the PR env!




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to