You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Issue found by SQLSmith on git commit hash 8529c using seed 574626945.
To Reproduce
createtableall_typesasselect* exclude(small_enum, medium_enum, large_enum) from test_all_types();
select distinct
json_array() as c0,
ref_0.fixed_nested_int_arrayas c1,
ref_0.fixed_int_arrayas c2,
ref_0.bigintas 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_arrayas c5,
ref_0.tinyintas c6,
31as c7,
54as c8
frommain.all_typesas ref_0
whereref_0.varchar ~~ case when EXISTS (
selectref_1.timestampas c0,
ref_1.mapas c1
frommain.all_typesas ref_1
whereref_1.varchar ~~~ ref_1.varcharlimit178) then ref_0.varchar else ref_0.varchar end
limit93;
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()
The text was updated successfully, but these errors were encountered:
Issue found by SQLSmith on git commit hash 8529c using seed 574626945.
To Reproduce
Error Message
The text was updated successfully, but these errors were encountered: