zhztheplayer opened a new issue, #9881: URL: https://github.com/apache/incubator-gluten/issues/9881
### Description The enhancement lies in moving the Maven module dependency `spark-sql-columnar-shims-common` / `gluten-ui` of `gluten-core` to `gluten-substrait` to make `gluten-core` more flexible for extension. For example, once a 3rd user needs to implement a Gluten backend from scratch, they may not want to have the shim layer code of Gluten introduced from the beginning. Plus there are a bunch of copied code from Spark code base in shim layer that may impact the portability of the final Jar. ### 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]
