ClickHouse/docker/test/fuzzer/allow-nullable-key.xml
2022-09-28 14:52:10 +00:00

7 lines
197 B
XML

<clickhouse>
<!-- Allow nullable key to avoid errors while fuzzing definitions of tables -->
<merge_tree>
<allow_nullable_key>1</allow_nullable_key>
</merge_tree>
</clickhouse>