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/column/column_data_collection.cpp" on line 786: types == input.GetTypes() #1450

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

Comments

@fuzzerofducks
Copy link
Collaborator

Issue found by SQLSmith on git commit hash 8529c using seed 574626945.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
select distinct 
  json_array() as c0, 
  ref_0.fixed_nested_int_array as c1, 
  ref_0.fixed_int_array as c2, 
  ref_0.bigint as c3, 
  cast(coalesce(ref_0.struct_of_arrays,
    ref_0.struct_of_arrays) as struct(a integer[], b varchar[])) as c4, 
  ref_0.fixed_struct_array as c5, 
  ref_0.tinyint as c6, 
  31 as c7, 
  54 as c8
from 
  main.all_types as ref_0
where ref_0.varchar ~~ case when EXISTS (
      select  
          ref_1.timestamp as c0, 
          ref_1.map as c1
        from 
          main.all_types as ref_1
        where ref_1.varchar ~~~ ref_1.varchar
        limit 178) then ref_0.varchar else ref_0.varchar end
    
limit 93;

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Assertion triggered in file "src/common/types/column/column_data_collection.cpp" on line 786: types == input.GetTypes()
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