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
Issue found by DuckFuzz on git commit hash using seed 454139362.
To Reproduce
call dbgen(sf=0.1);
SELECT DISTINCT nth_value(NULL, (c2 IS NOT NULL)) OVER (PARTITION BY 1585 ROWS BETWEEN CURRENT ROW AND CURRENT ROW) FROM part AS t10(c1, c2, c3, c4, c5, c6, c7, c8, c9) ORDER BY*ASC NULLS LAST
Error Message
ABORT THROWN BY INTERNAL EXCEPTION: ValidityMask::RowIsValid - row_idx 2048 is out-of-range for mask with capacity 2048
The text was updated successfully, but these errors were encountered:
Issue found by DuckFuzz on git commit hash using seed 454139362.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: