comphead commented on code in PR #14252: URL: https://github.com/apache/datafusion/pull/14252#discussion_r1927368794
########## datafusion/physical-expr/src/equivalence/properties.rs: ########## @@ -1221,10 +1221,33 @@ impl EquivalenceProperties { /// # Returns /// /// Returns `true` if the expression is constant across all partitions according - /// to equivalence group, `false` otherwise. + /// to equivalence group, `false` otherwise + #[deprecated( + since = "45.0.0", + note = "Use [`is_expr_constant_across_partitions`] instead" + )] pub fn is_expr_constant_accross_partitions( Review Comment: ouch, thats the typo! -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org