Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in PTransform on null value #216

Merged
merged 4 commits into from
Mar 30, 2019

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    ed403d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f2ceba View commit details
    Browse the repository at this point in the history
  3. tests/{Cache,List}/TransformFixture: Add TransformToNull tests

    This exposes an inconsistency in the implementation of the Parallel Transform operator,
    where it does not correctly handle a transform function that returns null
    oysteinkrog committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    efd4353 View commit details
    Browse the repository at this point in the history
  4. PTransform: Handle null transform function

    This brings PTransform in to line with the other Transform operators, which already handle null correctly
    oysteinkrog committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    ae14ea5 View commit details
    Browse the repository at this point in the history