feichai0017 commented on issue #22428:
URL: https://github.com/apache/datafusion/issues/22428#issuecomment-4555678523

   I'd like to take this one.
   
   Plan: follow the existing `Column` / `LikeExpr` migration pattern by adding 
`CastExpr::try_to_proto` inside the `impl PhysicalExpr for CastExpr` block, 
adding an inherent `CastExpr::try_from_proto`, removing the old central 
`to_proto.rs` / `from_proto.rs` Cast arms in the same PR, and adding direct 
hook tests including bad-input cases.
   
   I'll open a PR once the local roundtrip tests pass.
   


-- 
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