AnuragRaut08 commented on PR #22452: URL: https://github.com/apache/datafusion/pull/22452#issuecomment-4567284820
Thanks, I’m working through the rebase now. After rebasing onto latest `main`, the module moved from `dynamic_filters.rs` to `dynamic_filters/mod.rs`, so I’m updating the implementation to follow the newer migrated `try_to_proto` / `try_from_proto` pattern used by the other physical expressions. I’ve moved `try_to_proto` into the `impl PhysicalExpr` block and am now updating the decode path + tests. I’ll also rebase onto #22596 and adopt the new helpers before pushing the next revision. -- 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]
