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

executor,planner: Relax projection column expression push down check conditions #52502

Merged
merged 10 commits into from
Apr 15, 2024

Commits on Apr 11, 2024

  1. Relax projection column expression push down check conditions

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    88e6aaf View commit details
    Browse the repository at this point in the history
  2. Update versions

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

Commits on Apr 13, 2024

  1. Remove mpp physical column prune logic, because it is useless now

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9855193 View commit details
    Browse the repository at this point in the history
  2. Little update

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

Commits on Apr 15, 2024

  1. Add unit test

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e4f3005 View commit details
    Browse the repository at this point in the history
  2. Update pkg/expression/expr_to_pb.go

    Co-authored-by: SeaRise <hhssearise@foxmail.com>
    yibin87 and SeaRise committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    82d6a00 View commit details
    Browse the repository at this point in the history
  3. Update comment

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3281633 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae94162 View commit details
    Browse the repository at this point in the history
  5. Fix build issue

    Signed-off-by: yibin <huyibin@pingcap.com>
    yibin87 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5b0e8fe View commit details
    Browse the repository at this point in the history
  6. Fix build issue

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