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

Support joining updating data #420

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Support joining updating data #420

merged 1 commit into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. Support joining updating data

    Operators that produce updating data (insert/update/delete) previously
    could not be upstream from the JoinWithExpiration operator. This change
    modifies the JoinWithExpiration operator to correctly handle updating
    data.
    
    All join types, excluding inner joins on non-updating inputs, now
    produce updating data.
    
    The bulk of the changes are in `join_with_expiration.rs`, where we
    transforms/coerces all data into updating data so that we reuse the same
    4 join processors regardless of input type.
    jbeisen committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bab51bf View commit details
    Browse the repository at this point in the history