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

Add default stats to StreamingRelation and StreamingExecutionRelation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • Structured Streaming
    • None

    Description

      StreamingExecutionRelation currently doesn't implement stats.

      This makes some sense, but unfortunately the LeafNode contract requires that nodes which survive analysis implement stats, and StreamingExecutionRelation can indeed survive analysis when running explain() on a streaming dataframe.

      This value won't ever be used during execution, because StreamingExecutionRelation does not survive analysis on the execution path; it's replaced with each batch.

      Attachments

        Activity

          People

            joseph.torres Jose Torres
            joseph.torres Jose Torres
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: