beliefer opened a new issue, #7351: URL: https://github.com/apache/incubator-gluten/issues/7351
### Description 1. GlutenSessionExtensions references `StaticSQLConf.SPARK_SESSION_EXTENSIONS` and declare SPARK_SESSION_EXTS_KEY. We should reference `StaticSQLConf.SPARK_SESSION_EXTENSIONS` directly. 2. `GLUTEN_SESSION_EXTENSION_NAME` uses `Objects.requireNonNull`. But it should works bad since the `ClassNotFoundException` throws first if `GlutenSessionExtensions` is not in the class path. -- 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]
