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/05/08 19:46:26 UTC

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

ibzib commented on a change in pull request #11270:
URL: https://github.com/apache/beam/pull/11270#discussion_r422338193



##########
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:
       Thanks for reporting Boyuan, this was a flaw with the Spark runner. Fix: #11644




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