Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-31724 Improve the output mode for structured streaming
  3. SPARK-31838

The streaming output mode validator didn't treat union well

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • Structured Streaming
    • None

    Description

      UnsupportedOperationChecker.checkForStreaming didn't treat the union operator well (it only assumes a linear query plan). To temporarily fix the broken semantics before we have a complete improvement plan for the output mode, the validator should do the following.

      1. Allow multiple aggregations from different branches of a union operator.
      2. For complete output mode, disallow a union on streams with and without aggregations.

      Attachments

        Activity

          People

            Unassigned Unassigned
            xccui Xingcan Cui
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: