QCLyu opened a new pull request, #11351: URL: https://github.com/apache/incubator-gluten/pull/11351
## What changes are proposed in this pull request? <!-- This PR comprehensively removes Spark 3.2 support from the Gluten Velox backend. It cleans up the source code, build profiles, CI/CD pipelines, and documentation. Key changes include: - Source Code: Removed shims/spark32 and gluten-ut/spark32 directories. - Build System: Deleted the spark-3.2 profile from the root and all sub-module pom.xml files. - CI/CD: Removed legacy Spark 3.2 jobs (spark-test-spark32, spark-test-spark32-slow, and TPC-H OOM tests) from GitHub Workflows to reduce CI overhead. - Test Migration: Refactored VeloxHashJoinSuite and other backend tests to remove Spark 3.2-specific conditional logic, ensuring these tests now run on Spark 3.3+. - Documentation: Updated the build guide and ClickHouse deployment docs to remove references to Spark 3.2. --> ## How was this patch tested? <!-- - Manual Build: Verified successful compilation on aarch64 (ARM64) using -Pspark-3.5 -Pbackends-velox. - Unit Tests: Verified that migrated tests in VeloxHashJoinSuite pass successfully under Spark 3.5. - CI: Infrastructure changes have been validated to ensure remaining Spark versions (3.3, 3.4, 3.5) trigger correctly. --> Closes #8960 -- 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]
