Skip to content

Remove unused CastColumnExpr - #19100

Closed
alamb wants to merge 1 commit into
apache:mainfrom
alamb:alamb/remove_cast_column2
Closed

Remove unused CastColumnExpr#19100
alamb wants to merge 1 commit into
apache:mainfrom
alamb:alamb/remove_cast_column2

Conversation

@alamb

@alambalamb commented Dec 5, 2025

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

This is an alternative to

Rationale for this change

@kosiew added struct aware casting in the following PR

However, that relies on a new physical CastColumnExpr that has a non trivial redundancy with CastExpr and is not connected anywhere

What changes are included in this PR?

  1. Remove CastColumnExpr

Are these changes tested?

Yes by CI

Are there any user-facing changes?

No

@github-actionsgithub-actionsBot added the physical-expr Changes to the physical-expr crates label Dec 5, 2025
@alamb
alambforce-pushed the alamb/remove_cast_column2 branch from c135d32 to b2e105bCompareDecember 5, 2025 08:37
@github-actionsgithub-actionsBot added the execution Related to the execution crate label Dec 5, 2025
@alamb

alamb commented Dec 9, 2025

Copy link
Copy Markdown
ContributorAuthor

This is infact used, so let's close this PR

@alambalamb closed this Dec 9, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

executionRelated to the execution cratephysical-exprChanges to the physical-expr crates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate cast_column into PhysicalExprAdapter

1 participant

@alamb