This seems to break Dataflow, it's side input handling is different.

The Jenkins logs for 
org.apache.beam.sdk.transforms.ViewTest.testMultimapSideInputWithNonDeterministicKeyCoder
 fail with

Expected: iterable over [<KV{apple, 1}>, <KV{apple, 1}>, <KV{apple, 2}>, 
<KV{banana, 3}>, <KV{blackberry, 3}>] in any order
     but: No item matches: <KV{apple, 1}> in [<KV{apple, 2}>, <KV{apple, 1}>, 
<KV{blackberry, 3}>, <KV{banana, 3}>]

I'll try to take a look as to why this is failing as the error message is 
implying a comparison issue since all the values do exist in the actual output 

[ Full content available at: https://github.com/apache/beam/pull/6257 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to