faust icon indicating copy to clipboard operation
faust copied to clipboard

Table._windowed_delta does not respect relative_to_field()

Open cowboygneox opened this issue 2 years ago • 0 comments

https://github.com/faust-streaming/faust/blob/master/faust/tables/base.py#L564

It looks like when using the .delta(timedelta), the delta does not respect if the table was configured to use a different relative relationship, whether it be relative_to_now or relative_to_field. This makes delta useless if you need to configure your table with a different relative.

Is this by design or is this a bug?

Thanks!

cowboygneox avatar Dec 29 '22 20:12 cowboygneox