[BUG] window on unbounded preceeding and unbounded following can produce incorrect results. #4084
Labels
bug
Something isn't working
cudf_dependency
An issue or PR with this label depends on a new feature in cudf
P0
Must have for release
Describe the bug
I tried to do a very basic window operation. The simplest I could think of.
This produces nulls for all values on the GPU, but on the CPU it is all 5s. I thought this might be related to ordering, but it is not.
does the same thing.
It gets even odder with COUNT, that returns values, that are wrong, but the cast to string is all empty strings...
The text was updated successfully, but these errors were encountered: