Dodothereal opened a new pull request, #23150:
URL: https://github.com/apache/datafusion/pull/23150
Fixes #23080
## Summary
Removes `Filter::try_new_with_having`, deprecated since 48.0.0 ("Use
`try_new` instead"). A grep across the workspace confirms zero remaining
callers and zero public re-exports — the method is definition-only. The
6-major-version grace period cited by the API-health policy is past due (we are
now on 55.x).
## Test plan
- `git grep -nE 'try_new_with_having'` returns no matches in source or docs
(only the removed definition site).
AI assistance: drafted with the help of an Anthropic coding assistant. Diff
was reviewed line by line before submission, and the change was verified
independently.
Signed-off-by: Dodothereal <[email protected]>
--
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]