Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-17950

Broken Scala env.countinuousSource method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 1.11.0
    • API / Scala
    • None

    Description

      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.

      Attachments

        Activity

          People

            sewen Stephan Ewen
            sewen Stephan Ewen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: