loserwang1024 opened a new issue, #1262: URL: https://github.com/apache/fluss/issues/1262
### Search before asking - [x] I searched in the [issues](https://github.com/alibaba/fluss/issues) and found nothing similar. ### Fluss version 0.7.0 (latest release) ### Please describe the bug 🐞 Currently, when we put fluss connector into flink lib, the job preforms well. When I run with "--jar" or "add jar", the sql-client will fail with : ```java ERROR] Could not execute SQL statement. Reason: com.alibaba.fluss.metadata.ValidationException: No plugin for the protocol 'sasl' is found in the classpath ``` It's because when sql gateway run(in flink 1.20), the thread classloader is not the user classloader. Thus, though user classloader can loaded flink-fluss-1.20.jar, but the thread classloader cannot do it. ### Solution _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
