Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
0.10.1
-
None
-
None
Description
Currently, attempting to take the union of two streams with different parallelism does not work, the operation is rejected. One needs to manually rebalance() to adjust the parallelism.
The rebalance() should be inserted automatically.
Here is an example that shows how to reproduce this: https://gist.github.com/smarthi/f49f387008f333c0c434