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

[opt](Nereids) use 1 as narrowest column when do column pruning on union #41719

Merged
merged 1 commit into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. [opt](Nereids) use 1 as narrowest column when do column pruning on union

    just like previous PR apache#41548
    
    this PR process union node to ensure not require any column from its
    children when it is required by its parent with empty slot set
    morrySnow committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    82b0504 View commit details
    Browse the repository at this point in the history