-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Optimizer regressions in unwrap_cast_in_comparison
#3690
Comments
@andygrove I will check them. |
For the
In the rule of Because the schema for the projection is:
and the schema of table scan is:
I am confused about the difference between these two plan. Why the schema for the projection plan is the output expr for the plan? I think the schema should only contain the fields from the table, but I find the output expr for the projection plan. |
I think the schema for the logical plan is very important, and we can extract and generate any information from the basic schema. For example:
sql:
The plan should be
|
Describe the bug
I am testing the latest code from master with some Dask SQL queries and seeing some new regressions that were caused by #3662.
To Reproduce
Error casting to unsigned types
CASE WHEN regression
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: