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

binder: insert implicit cast #159

Closed
skyzh opened this issue Nov 21, 2021 · 1 comment
Closed

binder: insert implicit cast #159

skyzh opened this issue Nov 21, 2021 · 1 comment

Comments

@skyzh
Copy link
Member

skyzh commented Nov 21, 2021

create table t(v1 int not null, v2 int not null, v3 double not null)
insert into t values(1,4,2.5), (2,3,3.2), (3,4,4.7), (4,3,5.1)
select sum(v1+v2),sum(v1+v3) from t;
bind error: binary operator types mismatch: Int(None) != Double
@skyzh
Copy link
Member Author

skyzh commented Jan 17, 2022

should be fixed by #301

@skyzh skyzh closed this as completed Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant