alamb commented on code in PR #24544: URL: https://github.com/apache/datafusion/pull/24544#discussion_r3825047146
########## datafusion/optimizer/src/push_down_filter.rs: ########## @@ -1343,7 +1343,7 @@ fn rewrite_projection( /// Creates a new LogicalPlan::Filter node. /// /// Deprecated: use [`Filter::try_new`] directly. -#[deprecated] +#[deprecated(since = "55.0.0", note = "Use `Filter::try_new` instead")] Review Comment: Deprecated in https://github.com/apache/datafusion/pull/21668 (commit d318324481, 2026-05-21), first released in 55.0.0. Note this landed just after `branch-54` was cut, so it is 55.0.0 rather than 54.0.0 despite the merge date. -- 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]
