zjuwangg opened a new pull request, #10558: URL: https://github.com/apache/incubator-gluten/pull/10558
## What changes are proposed in this pull request? The `isUseUniffleShuffleManager` configuration was originally introduced in PR #3767. However, subsequent refactoring efforts have relocated the Uniffle-related shuffle manager implementation to the `backends-velox` module. This configuration is now obsolete and should be removed. Additionally, we can eliminate the corresponding validation checks in the ClickHouse backends since the `UniffleShuffleManager` class will no longer be present in the classpath of CH-backends. ## How was this patch tested? Existing tests. -- 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]
