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

planner:dont push down right condition for anti semi join #12075

Closed
wants to merge 34 commits into from

Commits on Sep 13, 2019

  1. dont push down right condition for anti semi join

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    fb776a6 View commit details
    Browse the repository at this point in the history
  2. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    807d96b View commit details
    Browse the repository at this point in the history
  3. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    cdb1a81 View commit details
    Browse the repository at this point in the history
  4. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7e25beb View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    4aaa082 View commit details
    Browse the repository at this point in the history
  2. check fn is ast.EQ

    jingyugao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    becd318 View commit details
    Browse the repository at this point in the history
  3. remove em

    jingyugao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    b7f4e5c View commit details
    Browse the repository at this point in the history
  4. add test cases

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    04f85a5 View commit details
    Browse the repository at this point in the history
  5. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    f8b7619 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. fix code review comment

    jingyugao committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    df6537a View commit details
    Browse the repository at this point in the history
  2. merge master

    jingyugao committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f17d08f View commit details
    Browse the repository at this point in the history
  3. regenerate explain

    jingyugao committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    7196aa8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cfc913 View commit details
    Browse the repository at this point in the history
  5. remove unused import

    jingyugao authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    f707f28 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. fix panic bugs

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    60550ff View commit details
    Browse the repository at this point in the history
  2. code format

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1919b4d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. fix review comment

    Signed-off-by: jingyugao <1121087373@qq.com>
    jingyugao committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    dc35876 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. fix test

    jingyugao committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    a6f24be View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. merge rc

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    869e3a7 View commit details
    Browse the repository at this point in the history
  2. fix merge

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    599a8c9 View commit details
    Browse the repository at this point in the history
  3. fix

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    d2faf93 View commit details
    Browse the repository at this point in the history
  4. fix comment

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    834fb86 View commit details
    Browse the repository at this point in the history
  5. rm exec file

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ae97268 View commit details
    Browse the repository at this point in the history
  6. fix var name

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5da0650 View commit details
    Browse the repository at this point in the history
  7. fix ditto

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3049cc9 View commit details
    Browse the repository at this point in the history
  8. fix review comment

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    379b3d9 View commit details
    Browse the repository at this point in the history
  9. fix shell script

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    cdf7440 View commit details
    Browse the repository at this point in the history
  10. fix review comment

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9dca971 View commit details
    Browse the repository at this point in the history
  11. tiny refactor

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    84cbce5 View commit details
    Browse the repository at this point in the history
  12. fix comment

    jingyugao committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f75d898 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. consider scalar function

    jingyugao committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    82e2c4e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

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

Commits on Nov 22, 2019

  1. merge master

    jingyugao committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    994a73f View commit details
    Browse the repository at this point in the history
  2. fix conflict

    jingyugao committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    30387da View commit details
    Browse the repository at this point in the history