-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Closed
Copy link
Labels
severity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.
Description
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
SQL:
trace plan SELECT type, created_at, actor_login, action, number, repo_name FROM github_events WHERE LOWER(actor_login) = LOWER('NGAUT') ORDER BY created_at DESC LIMIT 1;
There is indeed a column-substitute from LOWER(actor_login) to _V$_index_ge_on_actor_login_lower_0 in logical rule &gcSubstituter{}
But we can't tell it from the dumped tracer file
optimizer_trace_57IjVj4HkZhA4aGPR6SOSQ==_1673853774961365102.zip
2. What did you expect to see? (Required)
Better add it
3. What did you see instead (Required)
Miss it
4. What is your TiDB version? (Required)
ossinsight special-v6.5.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
severity/moderatesig/plannerSIG: PlannerSIG: Plannertype/bugThe issue is confirmed as a bug.The issue is confirmed as a bug.

