You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2020/04/30 18:20:49 UTC

[GitHub] [beam] boyuanzz commented on a change in pull request #11270: [BEAM-9639][BEAM-9608] Improvements for FnApiRunner

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:
users@infra.apache.org