Github user uce commented on a diff in the pull request:

    https://github.com/apache/flink/pull/1906#discussion_r60187290
  
    --- Diff: 
flink-scala-shell/src/main/scala/org/apache/flink/api/scala/FlinkILoop.scala ---
    @@ -72,7 +72,12 @@ class FlinkILoop(
         
         // create our environment that submits against the cluster (local or 
remote)
         val remoteBenv = new ScalaShellRemoteEnvironment(host, port, this, 
clientConfig)
    -    val remoteSenv = new ScalaShellRemoteStreamEnvironment(host, port, 
this);
    +    val remoteSenv = new ScalaShellRemoteStreamEnvironment(
    +      host,
    +      port,
    +      this,
    +      clientConfig,
    +      getExternalJars(): _*);
    --- End diff --
    
    Wow, never seen `: _*` before :smile:


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to