planner: support the view hint(part-2)#39280
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
util/hint/hint_processor.go
Outdated
| QbHints4View map[string][]*ast.TableOptimizerHint // Group all hints at same query block for view hints. | ||
| QbNameMap4View map[string][]ast.HintTable // Map from view's query block name to view's table list. | ||
| QbHints4View map[string][]*ast.TableOptimizerHint // Group all hints at same query block for view hints. | ||
| QbNameUsed4ViewInCTE map[string]struct{} // Store all the qb_name hints which are used for view in CTE |
There was a problem hiding this comment.
It seems not only for CTE?
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 6665891 |
TiDB MergeCI notify🔴 Bad News! New failing [4] after this pr merged.
|
What problem does this PR solve?
Issue Number: ref #37887
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.