I think I might have a similar problem here:
The .groupBy(*) clause is causing the join() to fail and emit no items. If I remove the group (which I can do in this case) the join works as expected.
I think I might have a similar problem here:
The .groupBy(*) clause is causing the join() to fail and emit no items. If I remove the group (which I can do in this case) the join works as expected.