liupengcheng created FLINK-15702: ------------------------------------ Summary: Make sqlClient classloader aligned with other components Key: FLINK-15702 URL: https://issues.apache.org/jira/browse/FLINK-15702 Project: Flink Issue Type: Improvement Components: Table SQL / Client Affects Versions: 1.10.0 Reporter: liupengcheng
Currently, Flink sqlClient still use hardcoded `parentFirst` classloader to load user specified jars and libraries, this is easily causing classes conflicts. In [FLINK-13749|https://issues.apache.org/jira/browse/FLINK-13749] , we already make the classloader consistent in both client and remote components. So I think we should do the same for sqlClient. -- This message was sent by Atlassian Jira (v8.3.4#803005)