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

Tathagata Das resolved SPARK-15812.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 13549
[https://github.com/apache/spark/pull/13549]

> Allow sorting on aggregated streaming dataframe when the output mode is 
> Complete
> --------------------------------------------------------------------------------
>
>                 Key: SPARK-15812
>                 URL: https://issues.apache.org/jira/browse/SPARK-15812
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL, Streaming
>            Reporter: Tathagata Das
>            Assignee: Tathagata Das
>             Fix For: 2.0.0
>
>
> When the output mode is complete, then the output of a streaming aggregation 
> essentially will contain the complete aggregates every time. So this is not 
> different from a batch dataset within an incremental execution. Other 
> non-streaming operations should be supported on this dataset. In this JIRA, 
> we are just adding support for sorting, as it is a common useful 
> functionality. Support for other operations will come later.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to