Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5376
Ah, one problem: What happens if the offset is larger (by absolute value)
than the window length? Then the offset would still be negative with this
change.
---
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/5376
If we decide that we want to support negative offsets, this looks like a
good implementation.
@aljoscha what is your take, should we support negative offsets?
---