rohdesamuel commented on a change in pull request #11503:
URL: https://github.com/apache/beam/pull/11503#discussion_r424753027



##########
File path: sdks/python/apache_beam/runners/dataflow/dataflow_runner_test.py
##########
@@ -404,10 +396,6 @@ def test_gbk_then_flatten_input_visitor(self):
     flat = (none_str_pc, none_int_pc) | beam.Flatten()
     _ = flat | beam.GroupByKey()
 
-    # This may change if type inference changes, but we assert it here
-    # to make sure the check below is not vacuous.

Review comment:
       I added it back in. The DataflowRunner should change the element type 
and we should test before and after.




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