martin-g opened a new pull request, #3707: URL: https://github.com/apache/datafusion-comet/pull/3707
## Which issue does this PR close? Closes #. ## Rationale for this change In the diff for Spark 3.5.8 variable `extensionClassNames` is initialized with the items of `extensionConfClassNames` and `loadCometExtension(sparkContext)` but then it is not used. The diff for 3.4.3 does use it: https://github.com/apache/datafusion-comet/blob/9b773f344efed6bb9d6456046c0f2232010b008b/dev/diffs/3.4.3.diff#L99 ## What changes are included in this PR? Iterate of the items of `extensionClassNames`. ## How are these changes tested? Run current test suite -- 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]
