Is your feature request related to a problem or challenge?
Currently DataFusion somewhat supports computations over Unbounded data, with SymmetricHashJoinExec being able to join unbounded streams of data. However ability to aggregate over unbounded data seems to be missing in project as yet. In stream processing, aggregating over windows of streaming data is a common concept. A Streaming Window however behaves more like an AggregationExec than a WindowExec, we have a POC StreamingWindowExec built off a fork of DataFusion 39.0.
We would like to collaborate with the community to upstream this operator as well improve the design.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
Currently DataFusion somewhat supports computations over Unbounded data, with
SymmetricHashJoinExecbeing able to join unbounded streams of data. However ability to aggregate over unbounded data seems to be missing in project as yet. In stream processing, aggregating over windows of streaming data is a common concept. A Streaming Window however behaves more like anAggregationExecthan aWindowExec, we have a POC StreamingWindowExec built off a fork of DataFusion 39.0.We would like to collaborate with the community to upstream this operator as well improve the design.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response