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(planner): select view column not exists #8543

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

TCeason
Copy link
Collaborator

@TCeason TCeason commented Oct 31, 2022

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Fix this:

select v0.c0 from v0;

befor this pr, will return err column not exists.

Detials in #8542
Fixes #8542

@vercel
Copy link

vercel bot commented Oct 31, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated
databend ⬜️ Ignored (Inspect) Oct 31, 2022 at 4:15AM (UTC)

@mergify mergify bot added the pr-bugfix this PR patches a bug in codebase label Oct 31, 2022
@BohuTANG BohuTANG merged commit 07aa981 into databendlabs:main Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-bugfix this PR patches a bug in codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: select view return column not exists.
3 participants