-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
create view with multi union use the first union schema as the final view schema #14132
Labels
bug
Something isn't working
Comments
Curricane
pushed a commit
to Curricane/datafusion
that referenced
this issue
Jan 15, 2025
create view with analyzer rule of TypeCoercion
@xudong963 this sounds similar to the issue we saw? |
Curricane
pushed a commit
to Curricane/datafusion
that referenced
this issue
Jan 16, 2025
create view with analyzer rule of TypeCoercion
jonahgao
pushed a commit
that referenced
this issue
Jan 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
create view with multi union use the first union schema as the final view schema. eg:
use the latest datafusion-cli
when describe adv_001 and adv_002,get different result
In other words, if there are multiple UNION when creating a view, the schema of multiple UNIONs will not be processed, such as TypeCoercion
To Reproduce
see describe
Expected behavior
if there are multiple UNION when creating a view, the schema of multiple UNIONs should be processed, such as TypeCoercion
Additional context
I will fix it.
The text was updated successfully, but these errors were encountered: