NotFoundOvO opened a new pull request, #23110: URL: https://github.com/apache/datafusion/pull/23110
Which issue does this PR close? Closes #23080 (partial - removing 4 of the listed candidates) What changes are included in this PR? Removed the following deprecated APIs that are eligible for removal per the deprecation policy: 1. `RowIndex` struct (deprecated 46.0.0) - dead code, the file wasn't even compiled 2. `ScalarValue::raw_data` (deprecated 46.0.0) - no callers, replaced by `to_array` 3. `DFSchema::check_arrow_schema_type_compatible` (deprecated 47.0.0) - no callers 4. `Filter::try_new_with_having` (deprecated 48.0.0) - no callers, replaced by `try_new` Are these changes tested? No new tests needed - these are pure removals of unused code with zero callers. Are there any user-facing changes? No. All removed APIs were already deprecated and had no internal 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]
