gleonSun commented on issue #8462: URL: https://github.com/apache/incubator-gluten/issues/8462#issuecomment-2577322358
In my case, the Gluten project is wrapped by the Kylin service to use the Native Engine. As a result, the `java.class.path` points to `xxx/kylin.jar` instead of `gluten.jar`. This prevents Gluten from locating the configuration files under `META-INF/gluten-components`, leading to an empty Components list being loaded. Consequently, when `ConventionFunc#newOverride` attempts to operate on the Components list, it triggers an exception. -- 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]
