Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This JIRA is to track the status regarding event time windowing operations for Continuous queries.
The proposition is to add a
window(timeColumn, windowDuration, slideDuration, startTime)
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.
Attachments
Issue Links
- is related to
-
SPARK-14353 Dateset Time Windowing API for Python, R, and SQL
- Resolved
- links to