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 or challenge? Please describe what you are trying to do.
In #2172 we added a new SubqueryAlias operator in the logical plan to wrap aliased table scans. This issue is to apply the same approach to unions and remove the alias field from the Union struct.
Describe the solution you'd like
As described above.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
I am no longer sure if this is a good idea. Aliasing can only apply to certain operators. For example, it doesn't make sense to alias a filter operation. I am closing this for now.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In #2172 we added a new
SubqueryAlias
operator in the logical plan to wrap aliased table scans. This issue is to apply the same approach to unions and remove thealias
field from theUnion
struct.Describe the solution you'd like
As described above.
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: