Skip to content

Handle parallel filter better #14

@CJ-Wright

Description

@CJ-Wright

Parallel filter causes a whole host of problems:

  1. 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.
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions