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 right outer join with other conditions #7344

Merged
merged 14 commits into from
Apr 26, 2023

Commits on Apr 23, 2023

  1. Add rightouter type

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    d07faa5 View commit details
    Browse the repository at this point in the history
  2. Add support for RightOuter join

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    6629bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1602ed8 View commit details
    Browse the repository at this point in the history
  4. Add fullstack test for right outer join test case

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    334d553 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Refact code in probe

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    ece7efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c469ab2 View commit details
    Browse the repository at this point in the history
  3. A little refact

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    26b724c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee38e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Rename useRowFlaggedHashMapIfHasOtherCondition function

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    4f13414 View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    eb543c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Little refact

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    818c981 View commit details
    Browse the repository at this point in the history
  2. Little refact

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2d61cad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b1ca5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86f6846 View commit details
    Browse the repository at this point in the history