Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-17085

Documentation and actual code differs - Unsupported Operations

    XMLWordPrintableJSON

Details

    • Documentation
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.0.0
    • 2.0.1, 2.1.0
    • Structured Streaming
    • None

    Description

      Spark Stuctured Streaming doc in this link

      https://spark.apache.org/docs/2.0.0/structured-streaming-programming-guide.html#unsupported-operations
      mentions

      >>>"Right outer join with a streaming Dataset on the right is not supported"

      but the code here conveys a different/opposite error

      https://github.com/apache/spark/blob/5545b791096756b07b3207fb3de13b68b9a37b00/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/UnsupportedOperationChecker.scala#L114

      >>>"Right outer join with a streaming DataFrame/Dataset on the left is " +
      "not supported"

      Attachments

        Activity

          People

            as2 Jagadeesan A S
            samritti Samritti
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: