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: emitting partial join results in HashJoinStream #8020

Merged
merged 20 commits into from
Jan 22, 2024

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c95533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d8a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. batch splitting tests

    korowa committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5acdd6d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. stream state & extended tests

    korowa committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7fbe918 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322db73 View commit details
    Browse the repository at this point in the history
  3. fmt & clippy warns fixed

    korowa committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5bdfe3f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Apply suggestions from code review

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    korowa and alamb authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    b1dc37d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e09dc View commit details
    Browse the repository at this point in the history
  3. review comments

    korowa committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    02651f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc26d47 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    e0bd40b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. ported join limited output

    korowa committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    c8914a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f79fc6 View commit details
    Browse the repository at this point in the history
  3. comments & formatting

    korowa committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    879cd41 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Reuse hashes buffer

    alamb committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    302c223 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
    korowa and alamb authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    7adc667 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdd7f12 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #169 from alamb/alamb/hash_reuse

    Reuse hashes buffer when emitting partial join results
    korowa authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b631c1e View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    9e353e7 View commit details
    Browse the repository at this point in the history
  2. draft: preparing for review

    korowa committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    54f4714 View commit details
    Browse the repository at this point in the history