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

Burak Yavuz resolved SPARK-20441.
---------------------------------
    Resolution: Fixed

Resolved with https://github.com/apache/spark/pull/17735

> Within the same streaming query, one StreamingRelation should only be 
> transformed to one StreamingExecutionRelation
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: SPARK-20441
>                 URL: https://issues.apache.org/jira/browse/SPARK-20441
>             Project: Spark
>          Issue Type: Bug
>          Components: Structured Streaming
>    Affects Versions: 2.1.0, 2.1.1, 2.1.2, 2.2.0
>            Reporter: Liwei Lin
>
> Within the same streaming query, when one StreamingRelation is referred 
> multiple times -- e.g. df.union(df) -- we should transform it only to one 
> StreamingExecutionRelation, instead of two or more different  
> StreamingExecutionRelations.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to