You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Michael Armbrust (JIRA)" <ji...@apache.org> on 2016/04/01 22:20:25 UTC

[jira] [Resolved] (SPARK-14160) Windowing for structured streaming

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

Michael Armbrust resolved SPARK-14160.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

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

> Windowing for structured streaming
> ----------------------------------
>
>                 Key: SPARK-14160
>                 URL: https://issues.apache.org/jira/browse/SPARK-14160
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Burak Yavuz
>             Fix For: 2.0.0
>
>
> This JIRA is to track the status regarding event time windowing operations for Continuous queries.
> The proposition is to add a 
> {code}
> window(timeColumn, windowDuration, slideDuration, startTime)
> {code} expression that will bucket time columns into time windows. This expression will be useful in both batch analysis and streaming. With streaming, it will open up the use case for event-time window aggregations.
> For R, and Python interoperability, we will take windowDuration, slideDuration, startTime as strings and parse interval lengths.



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

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