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

Stephan Ewen resolved FLINK-17950.
----------------------------------
    Resolution: Fixed

Fixed in

1.11.0 via 
  - 0d2ac14657298f1f749d7de9867f4d46008ce2ab

1.12.0 (master) via
  - b992cef660c26921608bae3fbc407f8e4b60dd1c


> Broken Scala env.countinuousSource method 
> ------------------------------------------
>
>                 Key: FLINK-17950
>                 URL: https://issues.apache.org/jira/browse/FLINK-17950
>             Project: Flink
>          Issue Type: Bug
>          Components: API / Scala
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Blocker
>             Fix For: 1.11.0
>
>
> The Scala {{StreamExecutionEnvironment.countinuousSource(...)}} method has 
> two critical problems:
>   - Its return type is {{Unit}} instead of {{DataStream}}, so that no one can 
> use the created stream
>   - It does not forward the TypeInformation identified by the ScalaCompiler 
> but relies on the Java TypeExtraction stack, which cannot handle most Scala 
> types. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to