duckdb / duckdb-fuzzer

Repository that contains automatic reports of issues found through fuzzing DuckDB
0 stars 0 forks source link

ABORT THROWN BY INTERNAL EXCEPTION: Calling StringValue::Get on a NULL value #3236

Closed fuzzerofducks closed 1 month ago

fuzzerofducks commented 1 month ago

Issue found by DuckFuzz on git commit hash f5ab7 using seed 193017563.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT 999.9 FROM dsdgen("catalog" := 'be3a721a-e526-4658-8423-ac2d33853dc6', keys := -170141183460469231731687303715884105728, suffix := NULL, sf := 9026, overwrite := 0)

Error Message

ABORT THROWN BY INTERNAL EXCEPTION: Calling StringValue::Get on a NULL value