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 #3243

Closed fuzzerofducks closed 3 weeks ago

fuzzerofducks commented 1 month ago

Issue found by DuckFuzz on git commit hash 367aa using seed 812380880.

To Reproduce

create table all_types as select * exclude(small_enum, medium_enum, large_enum) from test_all_types();
SELECT NULL FROM read_ndjson_auto(NULL, timestamp_format := 5469, "compression" := NULL)

Error Message

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