Dodothereal opened a new pull request, #23147:
URL: https://github.com/apache/datafusion/pull/23147
Fixes #23080
## Summary
Removes `Signature::get_possible_types`, deprecated since 46.0.0 ("See
get_example_types instead"). A grep across the workspace confirms zero
remaining callers and zero public re-exports — the function is definition-only.
(The lone in-tree test, `test_get_possible_types`, retained its name for
stability but already exercises the new `get_example_types` path.) 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 '\bget_possible_types\b'` returns no matches in source code
(only the removed definition site). The 44.0.0 changelog entry is historical
and is left intact.
- `test_get_possible_types` continues to compile and pass since it never
called the deprecated function.
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]