[FEATURE] Add more details in the explain for ProjectOperator #2901
Labels
catch-all acknowledged
Marks issues caught in catch-all triage for searchability
enhancement
New feature or request
Is your feature request related to a problem?
Currently, in an explain for a sql which produces ProjectOperator, it only shows the field information of ProjectOperator.
However, if a sql-produced ProjectOperator contains alias, its source-related information is missing in the explain, thus users cannot tell whether the plan is right or not.
e.g.
What solution would you like?
Show the information of
name
which is(FlightTimeMin + 1)
ordelegate
which is+(FlightTimeMin, 1)
in the explain of ProjectOperators.What alternatives have you considered?
A clear and concise description of any alternative solutions or features you've considered.
Do you have any additional context?
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: