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

refactor(planner): rename Scalar to ScalarExpr #9665

Merged
merged 4 commits into from
Jan 19, 2023

Conversation

andylokandy
Copy link
Contributor

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

Summary

Summary about this PR

Closes #issue

@vercel
Copy link

vercel bot commented Jan 18, 2023

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

1 Ignored Deployment
Name Status Preview Comments Updated
databend ⬜️ Ignored (Inspect) Jan 18, 2023 at 5:20PM (UTC)

@andylokandy andylokandy requested a review from leiysky January 18, 2023 12:01
@mergify mergify bot added the pr-refactor this PR changes the code base without new features or bugfix label Jan 18, 2023
@BohuTANG
Copy link
Member

Test finished, Total 1 records failed to run
0: query failed: mysql client error: Server error: `ERROR HY000 (1105): Code: 1065, displayText = no overload satisfies `and(String NULL, Boolean NULL)`

has tried possible overloads:
  and(Boolean, Boolean) :: Boolean                 : unable to unify `String NULL` with `Boolean`
  and(Boolean NULL, Boolean NULL) :: Boolean NULL  : unable to unify `String` with `Boolean`.'
[SQL] SELECT * FROM c WHERE c.bill IN (SELECT o.ship FROM o WHERE o.c_id=c.c_id) and c.bill > 'MA'
at tests/sqllogictests/suites/query/subquery.test:69

@BohuTANG BohuTANG merged commit e701c21 into databendlabs:main Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-refactor this PR changes the code base without new features or bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants