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 52a47 using seed 403298866.
To Reproduce
call dbgen(sf=0.1);
SELECT c2, ntile(TRY_CAST(5713AS USMALLINT)) OVER (ORDER BY (generate_subscripts((ARRAY[c3]), c1) = c3) NULLS LAST, 6614ASC ROWS BETWEEN CURRENT ROW AND CURRENT ROW) FROM region AS t4(c1, c2, c3)
Error Message
ABORT THROWN BY INTERNAL EXCEPTION: Failed to bind column reference "UNNEST(generate_series(CAST(1 AS BIGINT), array_length(list_value(c3), CAST(c1 AS BIGINT))))" [7.0] (bindings: [0.0 0.1 0.2])
The text was updated successfully, but these errors were encountered:
Issue found by DuckFuzz on git commit hash 52a47 using seed 403298866.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: