Jefffrey commented on code in PR #19603: URL: https://github.com/apache/datafusion/pull/19603#discussion_r2679202721
########## datafusion/expr/src/utils.rs: ########## @@ -937,6 +937,7 @@ pub fn find_valid_equijoin_key_pair( /// round(Float32) /// ``` #[expect(clippy::needless_pass_by_value)] +#[deprecated(since = "53.0.0", note = "Internal function")] Review Comment: Similarly removing this from our public API since I see no need for it to be public -- 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]
