QCLyu opened a new pull request, #11731: URL: https://github.com/apache/incubator-gluten/pull/11731
## Summary - Remove all `lteSpark32` branches from shared code (dead code since Spark 3.2 is no longer supported) - Clean up `SparkVersionUtil.scala` (remove `lteSpark32`, `lteSpark33`) - Delete orphaned `shims/spark32/` files and Spark 3.2-specific test branches - Rename `KnownRowTypeForSpark33OrLater` to `KnownRowTypeWithDefault` ## Test plan - Build with Spark 3.3, 3.4, 3.5 profiles to verify no compilation errors - Run existing unit tests (no behavioral changes, only dead code removal) Partially assisted by Claude Opus 4.6. Closes #11379 -- 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]
