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

[gen4 planner] Make sure to not push down expressions when not possible #12607

Merged
merged 5 commits into from
Mar 17, 2023

Commits on Mar 10, 2023

  1. Fix random aggregation to not select Null column

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8477f72 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. stop pushing down projections that should be evaluated at the vtgate …

    …level
    
    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    21d3791 View commit details
    Browse the repository at this point in the history
  2. undo changes to AggregateRandom

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    22eb37b View commit details
    Browse the repository at this point in the history
  3. clean up code

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d54da35 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. fix executor test mock

    Signed-off-by: Florent Poinsard <[email protected]>
    frouioui committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e9a203f View commit details
    Browse the repository at this point in the history