-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
IndexMergeJoin on a partitioned table causes wrong result #19145
Comments
/label sig/execution |
@zyguan Are you sure you produce this bug on |
@lzmhhh123 try |
Ok, that's a bug, it seems |
Reopen because the fix is only for 4.0, I'm working on the fix for master. |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Both selection should return
3. What did you see instead (Required)
Execute
select /*+ INL_MERGE_JOIN(t1,t2) */ * from t1 partition (p0) join t2 on t1.c_int = t2.c_int and t1.c_str < t2.c_str;
to reproduce the issue on release-4.0 .4. What is your TiDB version? (Required)
master @ ae779e1
release-4.0 @ 3948c7b
The text was updated successfully, but these errors were encountered: