Herrtian opened a new pull request, #22463: URL: https://github.com/apache/datafusion/pull/22463
## Summary - move `NotExpr` protobuf serialization into its `try_to_proto` hook - add `NotExpr::try_from_proto` and route decode through it - remove the old central `to_proto` downcast branch Closes #22422. ## Checks - cargo fmt --all -- --check - cargo check -p datafusion-physical-expr --features proto - cargo check -p datafusion-proto - cargo test -p datafusion-proto --test proto_integration roundtrip_filter_with_not - git diff --check -- 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]
