You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2016/03/28 21:07:25 UTC

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

    [ https://issues.apache.org/jira/browse/SPARK-14160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15214711#comment-15214711 ] 

Apache Spark commented on SPARK-14160:
--------------------------------------

User 'brkyvz' has created a pull request for this issue:
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
>
> 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