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

[FEAT] Outer joins for native executor #2860

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2024

  1. initial implementation

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c1c3182 View commit details
    Browse the repository at this point in the history
  2. clean up lil bit and fix test

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    3aa8aaf View commit details
    Browse the repository at this point in the history
  3. get right side null schema in .new

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    86a5fa4 View commit details
    Browse the repository at this point in the history
  4. more cleanup

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    dcac8ba View commit details
    Browse the repository at this point in the history
  5. reduce code

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bb0a944 View commit details
    Browse the repository at this point in the history
  6. need to drop sender

    Colin Ho authored and Colin Ho committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c797da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. bitmap improvements + probe state

    Colin Ho authored and Colin Ho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    dbe7723 View commit details
    Browse the repository at this point in the history
  2. prefix sum

    Colin Ho authored and Colin Ho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    94245f8 View commit details
    Browse the repository at this point in the history
  3. Merge branch main into colin/swordfish-outer-join

    Colin Ho authored and Colin Ho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9db56c3 View commit details
    Browse the repository at this point in the history
  4. cleanup

    Colin Ho authored and Colin Ho committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    787f29f View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix deadlock;

    Colin Ho authored and Colin Ho committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    a2d417a View commit details
    Browse the repository at this point in the history
  2. check for empty

    Colin Ho authored and Colin Ho committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f93847a View commit details
    Browse the repository at this point in the history
  3. use mask filter

    Colin Ho authored and Colin Ho committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d609336 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge branch main into colin/swordfish-outer-join

    Colin Ho authored and Colin Ho committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    09c785c View commit details
    Browse the repository at this point in the history