Re: Inverted classloading for client

2019-08-16 Thread Paul Lam
Hi, I’ve created a ticket to track this problem [1]. Any comments will be appreciated. [1] https://issues.apache.org/jira/browse/FLINK-13749 Best, Paul Lam > 在 2019年8月9日,11:16,Paul Lam 写道: > > Hi devs, > > Flink uses inverted class

Inverted classloading for client

2019-08-08 Thread Paul Lam
Hi devs, Flink uses inverted class loading by default to allow a different version of dependencies in user codes, but currently this approach is not applied to the client, so I’m wondering if it’s out of some special reason? If not, I think it would be great to add inverted class loading as