14 lines
271 B
SQL
14 lines
271 B
SQL
# name: test/fuzzer/duckfuzz/compressed_materialization_json.test
|
|
# description: Compressed Materialization optimizer should respect extension types
|
|
# group: [duckfuzz]
|
|
|
|
require json
|
|
|
|
statement ok
|
|
PRAGMA enable_verification
|
|
|
|
query I
|
|
select distinct json_array();
|
|
----
|
|
[]
|