[BUG] Missing test for memory corruption in range window queries on null timestamps
Open
bug
libcudf
tests
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
#7568 fixed the null-bounds calculation for time range window functions, for cases where the timestamp column might contain nulls. No tests were added as part of the fix, because the crash is elusive. There already are tests for grouped time-range rolling windows that exercise this code path, but do not crash on account of the out-of-bounds access.
It would be good to add a test that reproduces the error condition.
Contributor guide
Assessment
This issue has not been assessed yet.