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

[DF] Qualified projections fail #554

Closed
jdye64 opened this issue May 25, 2022 · 1 comment
Closed

[DF] Qualified projections fail #554

jdye64 opened this issue May 25, 2022 · 1 comment
Labels
bug Something isn't working datafusion Related to work in DataFusion

Comments

@jdye64
Copy link
Collaborator

jdye64 commented May 25, 2022

Is your feature request related to a problem? Please describe.
When fully qualified projects are present in the project clause dask-sql errors out. Currently it seems the qualifier is being ignored. Since no qualifier is present and join queries that might have the same column name, dask-sql is unable to determine which schema to pull the reference from and throws an error.

Describe the solution you'd like
Properly handle fully qualified projections in the select clause and do not throw an exception.

Describe alternatives you've considered
None

Additional context
Example minimum reproducer query.

select d1.week
from date_dim d1
join date_dim d2
@jdye64 jdye64 added bug Something isn't working datafusion Related to work in DataFusion labels May 25, 2022
@jdye64
Copy link
Collaborator Author

jdye64 commented Jun 16, 2022

#512 closed this issue.

@jdye64 jdye64 closed this as completed Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working datafusion Related to work in DataFusion
Projects
None yet
Development

No branches or pull requests

1 participant