Dodothereal opened a new pull request, #23132: URL: https://github.com/apache/datafusion/pull/23132
Removes coerce_file_schema_to_view_type and coerce_file_schema_to_string_type (both deprecated since 47.0.0 with replacement apply_file_schema_type_coercions). Zero callers in the workspace; only the function definitions and re-export entries in mod.rs / file_format.rs remain. Drops the now-unused #[expect(deprecated)] attribute on the re-export lines. Pure 118-line deletion across 3 files. Closes #23080 (partial - third in the housekeeping series after #23129 and #23131). AI assistance: used an AI coding assistant to identify and remove unused symbols; verified via repo-wide grep that the deprecated functions have no callers. -- 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]
