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
When I get the join optimization error (i.e. This Join could not be optimized. This might severely impact the performance...) I should be able to read the list of conditions that could not match.
Current Behavior
I get a default toString representation that is not that helpful.
Expected Behavior
When I get the join optimization error (i.e.
This Join could not be optimized. This might severely impact the performance...
) I should be able to read the list of conditions that could not match.Current Behavior
I get a default
toString
representation that is not that helpful.Possible Solution
Use a human-readable string representation.
Steps to Reproduce (for bugs)
Context
I'm exploring complex queries on engine. Better text representation of these errors might remove some guess work involved in identifying problems.
Your Environment
The text was updated successfully, but these errors were encountered: