14 lines
350 B
SQL
14 lines
350 B
SQL
# name: test/sql/json/issues/internal_issue4403.test
|
|
# description: Test internal issue 4403 - AFL fuzzer crash (NULL type specification)
|
|
# group: [issues]
|
|
|
|
require json
|
|
|
|
statement ok
|
|
pragma enable_verification
|
|
|
|
statement error
|
|
SELECT * FROM read_json('data/json/example_n.ndjson', columns={id: NULL::VARCHAR, name: NULL::VARCHAR})
|
|
----
|
|
Binder Error
|