alamb opened a new pull request, #19100:
URL: https://github.com/apache/datafusion/pull/19100

   ## Which issue does this PR close?
   
   - Closes https://github.com/apache/datafusion/issues/17330 (and all subtasks 
I think)
   
   This is an alternative to 
   - https://github.com/apache/datafusion/pull/19097
   
   ## Rationale for this change
   
   @kosiew added struct aware casting in the following PR
   - https://github.com/apache/datafusion/pull/17773
   
   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
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to