forideal created FLINK-14683:
--------------------------------
Summary: RemoteStreamEnvironment's construction function has a wrong method
Key: FLINK-14683
URL:
https://issues.apache.org/jira/browse/FLINK-14683 Project: Flink
Issue Type: Bug
Components: Table SQL / API
Affects Versions: 1.9.0
Reporter: forideal
Hi:
I think, the following code has a bug.The parameter of globalClasspaths is shouldn't set a null value.
{code:java}
public RemoteStreamEnvironment(String host, int port, Configuration clientConfiguration, String[] jarFiles, URL[] globalClasspaths) {
this(host, port, clientConfiguration, jarFiles, (URL[])null, (SavepointRestoreSettings)null);
}
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)