Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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]) #1215

Closed
fuzzerofducks opened this issue Sep 17, 2023 · 0 comments

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash 52a47 using seed 403298866.

To Reproduce

call dbgen(sf=0.1);
SELECT c2, ntile(TRY_CAST(5713 AS USMALLINT)) OVER (ORDER BY (generate_subscripts((ARRAY[c3]), c1) = c3) NULLS LAST, 6614 ASC 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])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants