lukecwik commented on code in PR #25106:
URL: https://github.com/apache/beam/pull/25106#discussion_r1084470132


##########
sdks/python/apache_beam/transforms/combiners_test.py:
##########
@@ -873,6 +873,24 @@ def test_with_input_types_decorator_violation(self):
         _ = pc | beam.CombineGlobally(self.fn)
 
 
[email protected]_validatesrunner
+class CombineValuesTest(unittest.TestCase):
+  def test_combinevalues(self):

Review Comment:
   nit:
   ```suggestion
     def test_gbk_immediately_followed_by_combine(self):
   ```



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

Reply via email to