You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
p.SCtx().GetSessionVars().StmtCtx.SetHintWarning(fmt.Sprintf("We can't use the HASH_JOIN_BUILD or HASH_JOIN_PROBE hint for %s, please check the hint", p.JoinType))
p.SCtx().GetSessionVars().StmtCtx.SetHintWarning(fmt.Sprintf("We can't use the HASH_JOIN_BUILD or HASH_JOIN_PROBE hint for %s, please check the hint", p.JoinType))
The warnings are very confusing, we need to make the warnings clearer and more specific.
The text was updated successfully, but these errors were encountered:
Enhancement
Some of the other warning messages for HASH_JOIN hints are very poor.
For example:
tidb/pkg/planner/core/exhaust_physical_plans.go
Line 433 in a6cd5e7
tidb/pkg/planner/core/exhaust_physical_plans.go
Line 453 in a6cd5e7
tidb/pkg/planner/core/exhaust_physical_plans.go
Line 462 in a6cd5e7
The warnings are very confusing, we need to make the warnings clearer and more specific.
The text was updated successfully, but these errors were encountered: