Skip to content

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

Closed
mihailoale-db wants to merge 1 commit into
apache:masterfrom
mihailoale-db:pipesimpl
Closed

[SPARK-56616] [SQL] Make UnresolvedPipeAggregateOrdinal extend NamedExpression directly#55537
mihailoale-db wants to merge 1 commit into
apache: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.

@mihailoale-db
Copy link
Copy Markdown
Contributor Author

@cloud-fan PTAL when you find time. Thanks!

@cloud-fan
Copy link
Copy Markdown
Contributor

proto check error is unrelated, thanks, merging to master!

@cloud-fan cloud-fan closed this in 1224661 Apr 27, 2026
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.

2 participants