zhztheplayer opened a new pull request, #7218: URL: https://github.com/apache/incubator-gluten/pull/7218
Part of #7031 Add minimized backend API in `gluten-core`. The new API will consist of: 1. Static initializers to inject into Gluten's loading procedure; 2. Planner rules to convert Spark query plan to backend's query plan; 3. Backend's columnar batch type definition, so Gluten's query planner code make decisions to add transitions (C2R / R2C / C2C) among computations in this backend and vanilla Spark, Arrow query plan, or other backends. And renamed previous `Backend` in `gluten-substrait` module to `SubstraitBackend` and make it extends `Backend`. Future works: 1. Cleanup `BackendApiManager` code in `gluten-substrait` 2. Remove `SkipCondition` 3. `gluten-data` cleanups (will open ticket on this) -- 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]
