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: donot prune all columns for Projection #24024

Merged
merged 8 commits into from
Apr 16, 2021

Commits on Apr 16, 2021

  1. planner: make empty Projection as Projection 1, just like count(1)

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6bb3efa View commit details
    Browse the repository at this point in the history
  2. empty Projection -> Projection 1

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    3044aa1 View commit details
    Browse the repository at this point in the history
  3. do not eliminate empty Projection

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    1f85441 View commit details
    Browse the repository at this point in the history
  4. add test case

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f12ed1c View commit details
    Browse the repository at this point in the history
  5. change comments

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    dcea842 View commit details
    Browse the repository at this point in the history
  6. refine code

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    b6cd2e5 View commit details
    Browse the repository at this point in the history
  7. trivial change

    Signed-off-by: guo-shaoge <shaoge1994@163.com>
    guo-shaoge committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    037b140 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df1ab2b View commit details
    Browse the repository at this point in the history