baibaichen opened a new pull request, #11370: URL: https://github.com/apache/incubator-gluten/pull/11370
## What changes are proposed in this pull request? This PR performs general code cleanup by: 1. Removing deprecated `BatchScanExec` shim files for Spark versions 3.2 to 4.0 (5 files with 995 lines of deprecated code) 2. Fixing typo: Renamed `InternalRowUtl` to `InternalRowUtil` across shims for Spark versions 3.2 to 4.0 These changes improve code maintainability by removing unused deprecated files and correcting naming inconsistencies. ## How was this patch tested? - Existing test suites should continue to pass as the deprecated files were not in use - No functional changes to existing code, only file deletion and naming correction -- 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]
