TayfurYldz opened a new pull request, #25624: URL: https://github.com/apache/datafusion/pull/25624
Fixes #25154. Uses the deduplicating physical proto converter on both sides of the query-planner FFI physical-plan round trip so dynamic-filter expression identity survives serialization. Adds a regression test that crosses the FFI planner boundary, updates one derived dynamic filter, and verifies the other observes the update.\n\nValidation: cargo fmt --all; focused datafusion-ffi regression test passes; focused datafusion-ffi lib clippy passes. Repository-wide all-targets clippy is currently blocked by an unrelated existing unused_async_trait_impl diagnostic in datafusion/datasource-parquet/src/opener/encryption.rs. -- 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]
