[
https://issues.apache.org/jira/browse/FLINK-14683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-14683:
-----------------------------------
Labels: pull-request-available (was: )
> 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
> Assignee: Kostas Kloudas
> Priority: Minor
> Labels: pull-request-available
>
> 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)