zhztheplayer opened a new pull request, #8541: URL: https://github.com/apache/incubator-gluten/pull/8541
Add new independent trait `GlutenCostModel` so legacy transition planner's cost model code doesn't have to depend on RAS cost model code. After the change, both legacy transition planner and RAS optimizer will rely on `GlutenCostModel` through their own API adapters. Also, make costers be registered directly through a individual API of `Component`. This will enable the code to create cost model from anywhere without having a Spark session started in advance. -- 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]
