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
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) or delegate 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:
qianheng-aws
changed the title
[FEATURE] Add more details in explain for ProjectOperator
[FEATURE] Add more details in the explain for ProjectOperator
Aug 6, 2024
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: