Dodothereal opened a new pull request, #23151:
URL: https://github.com/apache/datafusion/pull/23151

   Fixes #23080
   
   ## Summary
   
   Removes `DFSchema::check_arrow_schema_type_compatible`, deprecated since 
47.0.0 ("This method is no longer used"). 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 'check_arrow_schema_type_compatible'` returns no matches in 
source or docs (only the removed definition site).
   - `Schema` is still imported at the top of `dfschema.rs` because it remains 
in use elsewhere in the file (e.g., `qualified_schema_from_field_names`, etc.).
   
   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]

Reply via email to