-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
SQL failed with "ERROR 1105 (HY000): runtime error: invalid memory address or nil pointer dereference" when tidb_enable_inl_join_inner_multi_pattern is ON #55169
Comments
tidb/pkg/planner/core/exhaust_physical_plans.go Lines 1396 to 1428 in 5a44248
For those aggregation functions that cannot be pushed down, their Add a default property |
Another panic select /*+ inl_join(tmp) */ * from t1 inner join (select col_1, group_concat(distinct col_2 order by col_2) from t2 group by col_1) tmp on t1.col_1 = tmp.col_1;
tidb/pkg/planner/core/exhaust_physical_plans.go Lines 1352 to 1356 in 5a44248
|
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
Run successfully
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: