You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shixiong Zhu (JIRA)" <ji...@apache.org> on 2017/10/10 21:22:00 UTC

[jira] [Reopened] (SPARK-21988) Add default stats to StreamingExecutionRelation

     [ https://issues.apache.org/jira/browse/SPARK-21988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shixiong Zhu reopened SPARK-21988:
----------------------------------

> Add default stats to StreamingExecutionRelation
> -----------------------------------------------
>
>                 Key: SPARK-21988
>                 URL: https://issues.apache.org/jira/browse/SPARK-21988
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 2.2.0
>            Reporter: Jose Torres
>            Assignee: Jose Torres
>             Fix For: 2.3.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org