Skip to content

Conversation

@alamb
Copy link
Contributor

@alamb alamb commented Dec 5, 2025

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-actions github-actions bot added the physical-expr Changes to the physical-expr crates label Dec 5, 2025
@alamb alamb force-pushed the alamb/remove_cast_column2 branch from c135d32 to b2e105b Compare December 5, 2025 08:37
@github-actions github-actions bot added the execution Related to the execution crate label Dec 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

execution Related to the execution crate physical-expr Changes 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