-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Parallel filter causes a whole host of problems:
- It causes join nodes to break. In a serial pipeline the data simply doesn't flow to the next node, so zips don't emit and combine_latest nodes don't update/emit. This is no longer true in parallel, since we must now emit on every piece of data.
- This causes problems with SHED since when we inspect the data to make a descriptor we could get a string because we inspected the sentinel.
Metadata
Metadata
Assignees
Labels
No labels