Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/clickhouse/users-dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<allow_nondeterministic_mutations>1</allow_nondeterministic_mutations>

<enable_analyzer>0</enable_analyzer>
<compatibility>25.6</compatibility>
<compatibility>25.8</compatibility>
<distributed_product_mode>global</distributed_product_mode>
<enable_parallel_replicas>0</enable_parallel_replicas>
<max_parallel_replicas>1</max_parallel_replicas>
Expand Down
2 changes: 1 addition & 1 deletion docker/clickhouse/users.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<allow_nondeterministic_mutations>1</allow_nondeterministic_mutations>

<enable_analyzer>0</enable_analyzer>
<compatibility>25.6</compatibility>
<compatibility>25.8</compatibility>
<distributed_product_mode>global</distributed_product_mode>
<enable_parallel_replicas>0</enable_parallel_replicas>
<max_parallel_replicas>1</max_parallel_replicas>
Expand Down
Loading