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

Move nested union optimization from plan builder to logical optimizer #7695

Merged
merged 8 commits into from
Oct 10, 2023

Commits on Oct 9, 2023

  1. Add naive implementation of eliminate_nested_union

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    965c5e5 View commit details
    Browse the repository at this point in the history
  2. Remove union optimization from LogicalPlanBuilder::union

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    7196753 View commit details
    Browse the repository at this point in the history
  3. Fix propagate_union_children_different_schema test

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    63645b2 View commit details
    Browse the repository at this point in the history
  4. Add implementation of eliminate_one_union

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    879d0f3 View commit details
    Browse the repository at this point in the history
  5. Simplified eliminate_nested_union test

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    ace9c6d View commit details
    Browse the repository at this point in the history
  6. Fix

    Evgeny Maruschenko committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    bd6c4d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

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

    alamb committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1d5e66a View commit details
    Browse the repository at this point in the history