You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Kostas Kloudas (Jira)" <ji...@apache.org> on 2019/12/19 18:41:00 UTC

[jira] [Closed] (FLINK-14683) RemoteStreamEnvironment's construction function has a wrong method

     [ https://issues.apache.org/jira/browse/FLINK-14683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kostas Kloudas closed FLINK-14683.
----------------------------------
    Fix Version/s: 1.10.0
                   1.9.2
       Resolution: Fixed

Merged on master with a27d73a4c2c52ad120c88fc7947d743c7d8abd6e
release-1.10 with 329fa855757bbd1f5bbfa8b6065f77e53179f863
and release-1.9 with ff6b350e39c1f3d24dddd469e627d066a2d7d22f

> 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
>             Fix For: 1.9.2, 1.10.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)