zhztheplayer opened a new issue, #9958: URL: https://github.com/apache/incubator-gluten/issues/9958
### Description Beginning with https://github.com/apache/incubator-gluten/issues/7031, after months of iteration on the new `gluten-core` module, we are basically have an ready-to-use Spark accelerator SPI extracted out from the old Gluten code base. Now (after https://github.com/apache/incubator-gluten/pull/9900) `gluten-core` is a thin Spark SPI layer that is not directly relevant to specific accelerator technologies and their programming languages, e.g., C++ / Substrait / Velox / ClickHouse, etc. We'll add some developer-oriented documents showing how to add a new backend in Gluten, E.g., a backend (component) for accelerating a specific lake-format processing, or a backend with brand-new native accessing layer or programming language (E.g., DataFusion), and how to make them cooperate smoothly with the existing Velox / ClickHouse backend in Gluten. ### 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]
