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: Unrecognized expression type in logical operator visitor #2636

Closed
fuzzerofducks opened this issue Apr 8, 2024 · 0 comments · Fixed by duckdb/duckdb#12070

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash 2e6f7 using seed 352892000.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types() limit 0;
SELECT c25 FROM all_types AS t51(c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12, c13, c14, c15, c16, c17, c18, c19, c20, c21, c22, c23, c24, c25, c26, c27, c28, c29, c30, c31, c32, c33, c34, c35, c36, c37, c38, c39, c40, c41, c42, c43, c44, c45, c46, c47, c48, c49, c50) GROUP BY ALL HAVING array_intersect(NULL, NULL)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Unrecognized expression type in logical operator visitor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants