adriangb opened a new issue, #22434:
URL: https://github.com/apache/datafusion/issues/22434
Sub-issue of #22418. Port `DynamicFilterPhysicalExpr` to use the
`try_to_proto` / `try_from_proto` hooks added in #21929.
Replace the `DynamicFilterPhysicalExpr` arm in
`datafusion/proto/src/physical_plan/{to_proto,from_proto}.rs` with
`try_to_proto` / `try_from_proto` impls next to `DynamicFilterPhysicalExpr`.
See the `Column` / `BinaryExpr` migrations in #21929 for reference.
Also revert the `pub`-for-proto scaffolding from #21807 (`Inner`,
`from_parts`, `inner()`, `original_children`, `remapped_children`) once decode
reads the state directly.
--
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]