Dodothereal opened a new pull request, #23153: URL: https://github.com/apache/datafusion/pull/23153
Fixes #23080 (partial) ## Summary Removes the deprecated `DFSchema::equivalent_names_and_types` method (deprecated since 47.0.0 in favor of `has_equivalent_names_and_types`). 5-line pure deletion. Verified workspace-wide: zero callers of the deprecated method. The active method `logically_equivalent_names_and_types` (different name, related logic) is unaffected. This is part of the deprecation-removal series against #23080. ## Test plan - `cargo check -p datafusion-common` ✓ clean - Workspace grep: 0 callers of `equivalent_names_and_types` outside the deprecated method's own definition. ## AI assistance This patch was drafted with the help of an AI 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]
