adriangb commented on PR #23495: URL: https://github.com/apache/datafusion/pull/23495#issuecomment-5028363493
Follow-up: #23731 removes the duplicated bodies added here by making the deprecated `try_from_projection_exec` / `try_into_projection_physical_plan` shims delegate to `ProjectionExec::try_to_proto` / `try_from_proto`, so the wire format is single-sourced in `datafusion-physical-plan`. The per-plan migration guidance in #23494 has been updated to prefer delegating shims over copied bodies (matching the FilterExec style in #23708). -- 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]
