zhztheplayer opened a new issue, #10107: URL: https://github.com/apache/incubator-gluten/issues/10107
### Description An API `#isUseCelebornShuffleManager` in the common module is heavily relied in our code: https://github.com/apache/incubator-gluten/blob/4017788a1e5d782d844260528bb2a49ccff02e44/gluten-substrait/src/main/scala/org/apache/gluten/config/GlutenConfig.scala#L132-L136 The API is related tp Celeborn RSS, which is plugged in Gluten's framework as an optional dependency. Having this kind of API in common module weakens the extensibility and portability of the core code. To enhance, we could make ColumnarShuffleExchangeExec extensible so serializer instances can be inlined into the plan node. So we don't have to call `#isUseCelebornShuffleManager` to find a proper serializer anymore. ### Gluten version None -- 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]
