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

fix: add missing columns into list directly #14180

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lichuang
Copy link

@lichuang lichuang commented Jan 18, 2025

Which issue does this PR close?

Closes #10326.

fix: fix issue 10326, add missing columns into list directly,instead of traversing the plan looking for projection node

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

… of traversing the plan looking for projection node
@github-actions github-actions bot added the logical-expr Logical plan and expressions label Jan 18, 2025
@lichuang lichuang changed the title fix: add missing columns into list directory fix: add missing columns into list directly Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
logical-expr Logical plan and expressions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unify SQL planning for ORDER BY, HAVING, DISTINCT, etc
1 participant