Skip to content

[SPARK-56616] [SQL] Make UnresolvedPipeAggregateOrdinal extend NamedExpression directly#55537

Open
mihailoale-db wants to merge 1 commit intoapache:masterfrom
mihailoale-db:pipesimpl
Open

[SPARK-56616] [SQL] Make UnresolvedPipeAggregateOrdinal extend NamedExpression directly#55537
mihailoale-db wants to merge 1 commit intoapache:masterfrom
mihailoale-db:pipesimpl

Conversation

@mihailoale-db
Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

UnresolvedPipeAggregateOrdinal doesn't extend NamedExpression as of now which leads to unnecessary UnresolvedAlias nodes added. In this issue I propose UnresolvedPipeAggregateOrdinal to extend NamedExpression which would lead to code simplification.

Why are the changes needed?

To simplify the code.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Existing tests.

Was this patch authored or co-authored using generative AI tooling?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant