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/common/types/vector.cpp" on line 1473: children[child_idx]->GetVectorType() == VectorType::CONSTANT_VECTOR #2617

Closed
fuzzerofducks opened this issue Mar 12, 2024 · 0 comments · Fixed by duckdb/duckdb#11544
Assignees
Labels

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by SQLSmith on git commit hash 29082 using seed 536593240.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT ref_0.dec_4_1 AS c7 FROM main.all_types AS ref_0 RIGHT JOIN main.all_types AS ref_1 INNER JOIN main.all_types AS ref_2 ON (1) ON (1) INNER JOIN main.all_types AS ref_3 ON (NULL) RIGHT JOIN main.all_types AS ref_4 ON (NULL) , (SELECT ref_3.struct_of_fixed_array) AS subq_1

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Assertion triggered in file "src/common/types/vector.cpp" on line 1473: children[child_idx]->GetVectorType() == VectorType::CONSTANT_VECTOR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants