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: Assertion triggered in file "src/core_functions/scalar/list/flatten.cpp" on line 103: input_type.id() == LogicalTypeId::LIST #1439

Closed
fuzzerofducks opened this issue Feb 29, 2024 · 0 comments

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by DuckFuzz on git commit hash e7e75 using seed 857256208.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL 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) WHERE flatten(c49)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Assertion triggered in file "src/core_functions/scalar/list/flatten.cpp" on line 103: input_type.id() == LogicalTypeId::LIST
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