-
Notifications
You must be signed in to change notification settings - Fork 750
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
Bug(planner): wrong output in hash join #5522
Comments
xudong963
added
C-bug
Category: something isn't working
A-planner
Area: planner/optimizer
labels
May 23, 2022
I believe it's because we set the partition to the ctx. Since we read two different tables, the partition info are overridden. cc @zhang2014
|
@sundy-li This should have been fixed by https://github.com/datafuselabs/databend/blob/eb07b393c769b152ef742c0b8f91032de5c98562/query/src/sql/exec/mod.rs#L191 |
@zhang2014 You are right, I will fix this in #5538 as well. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The result is not correct in my case:
Result should be:
Originally posted by @BohuTANG in #5497 (comment)
The text was updated successfully, but these errors were encountered: