AnuragRaut08 opened a new pull request, #22452: URL: https://github.com/apache/datafusion/pull/22452
## Which issue does this PR close? Part of #22434 ## What changes are included? Adds `try_to_proto` and `try_from_proto` to `DynamicFilterPhysicalExpr` so it participates in the expression-local serialization pattern introduced in #21929. The centralized arms in `to_proto.rs` / `from_proto.rs` remain as fallbacks for now. Cleanup of the pub-for-proto scaffolding (`from_parts`, `inner`, `original_children`, `remapped_children`) can follow in a separate PR once decode reads state directly. ## Are these changes tested? Yes — all three existing dynamic filter roundtrip tests pass: - `test_dynamic_filter_roundtrip_dedupe` - `test_dynamic_filter_plan_roundtrip_dedupe` - `test_dynamic_filter_expression_id_is_stable_between_serializations` ## 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]
