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 1436: children[child_idx]->GetVectorType() == VectorType::CONSTANT_VECTOR #1456

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

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by SQLSmith on git commit hash 72542 using seed 424253685.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT subq_1.c3 AS c0 FROM (SELECT ref_1.timestamp_ms AS c3 FROM main.all_types AS ref_0 LEFT JOIN main.all_types AS ref_1 ON (1) , (SELECT 10 AS c2 FROM main.all_types AS ref_2 WHERE EXISTS(SELECT ref_1.dec_9_4 AS c0, ref_0."bit" AS c1, ref_0.dec38_10 AS c2, ref_1.fixed_array_of_int_list AS c3, ref_1.dec38_10 AS c4, ref_1.struct_of_fixed_array AS c5, ref_0.fixed_struct_array AS c6, ref_2.usmallint AS c7 FROM main.all_types AS ref_3 WHERE 1)) AS subq_0) AS subq_1

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Assertion triggered in file "src/common/types/vector.cpp" on line 1436: 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

No branches or pull requests

3 participants