boyuanzz commented on a change in pull request #11270:
URL: https://github.com/apache/beam/pull/11270#discussion_r418202864
##########
File path:
sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py
##########
@@ -240,6 +240,30 @@ def test_multimap_side_input(self):
lambda k, d: (k, sorted(d[k])), beam.pvalue.AsMultiMap(side)),
equal_to([('a', [1, 3]), ('b', [2])]))
+ def test_multimap_multiside_input(self):
Review comment:
This test breaks Spark VR test:
https://issues.apache.org/jira/browse/BEAM-9862. Please either support the same
function for Spark or sickbay it.
----------------------------------------------------------------
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]