You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windowing (lazy views) don't always propagate right through from series -> stack -> array in all types.
This needs to be explicitly tested everywhere. It also needs to be clarified what happens to memory backed arrays - does window just switch to eager mode and use view recursively over its components?
It also needs to be clarified what happens when a series that holds actual stacks (instead of paths) has a window applied to it. If there is a window on the stack, how are they combined?
The text was updated successfully, but these errors were encountered:
Windowing (lazy views) don't always propagate right through from series -> stack -> array in all types.
This needs to be explicitly tested everywhere. It also needs to be clarified what happens to memory backed arrays - does
window
just switch to eager mode and useview
recursively over its components?It also needs to be clarified what happens when a series that holds actual stacks (instead of paths) has a window applied to it. If there is a window on the stack, how are they combined?
The text was updated successfully, but these errors were encountered: