Open
Description
Is your feature request related to a problem?
Windowing functions are not supported in Pyspark backend right now.
Describe the solution you'd like
I'd like to have support for windowing functions in the Pyspark backend: https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#types-of-time-windows
The traditional SQL windowing with over()
is not supported in Spark Structured Streaming (https://stackoverflow.com/questions/55591774/how-to-use-a-non-time-based-window-with-spark-data-streaming-structure)
What version of ibis are you running?
main
What backend(s) are you using, if any?
Pyspark
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Type
Projects
Status
cooking