TU-Berlin-DIMA / scotty-window-processor

This repository provides Scotty, a framework for efficient window aggregations for out-of-order Stream Processing.
https://tu-berlin-dima.github.io/scotty-window-processor/
Apache License 2.0
75 stars 23 forks source link

Fix watermark processing with no slices #6

Closed lawben closed 5 years ago

lawben commented 5 years ago

Fixes #5.

If no slices are present, the WindowManager will simply return an empty list when processWatermark is called.