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(string_split_regex(c2, current_database()))" [7.0] (bindings: [0.0 0.1 0.2 0.3]) #2530

Closed
fuzzerofducks opened this issue Mar 12, 2024 · 0 comments
Labels

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash e61cd using seed 676661083.

To Reproduce

call dbgen(sf=0.1);
SELECT c7, #1, cume_dist() OVER (ORDER BY regexp_split_to_table(c2, current_catalog()), 6613 DESC, c6 NULLS LAST, c6 NULLS FIRST ROWS BETWEEN CURRENT ROW AND CURRENT ROW) FROM supplier AS t8(c1, c2, c3, c4, c5, c6, c7)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Failed to bind column reference "UNNEST(string_split_regex(c2, current_database()))" [7.0] (bindings: [0.0 0.1 0.2 0.3])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants