Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.3.1, 2.4.0
    • Structured Streaming
    • None

    Description

      As reported in the dev list, the following currently fails:

       

      val jdf = spark.readStream.format("kafka").option("kafka.bootstrap.servers", "localhost:9092").option("subscribe", "join_test").option("startingOffsets", "earliest").load();

      jdf.createOrReplaceTempView("table")

       

      val resultdf = spark.sql("select * from table")

      resultdf.writeStream.outputMode("append").format("console").option("truncate", false).trigger(Trigger.Continuous("1 second")).start()

      Attachments

        Activity

          People

            jerryshao Saisai Shao
            joseph.torres Jose Torres
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: