mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Fix style
This commit is contained in:
parent
f042c921ee
commit
6dee7e4276
@ -27,6 +27,8 @@ void enableAllExperimentalSettings(ContextMutablePtr context)
|
||||
context->setSetting("allow_experimental_window_functions", 1);
|
||||
context->setSetting("allow_experimental_geo_types", 1);
|
||||
context->setSetting("allow_experimental_map_type", 1);
|
||||
context->setSetting("allow_experimental_bigint_types", 1);
|
||||
context->setSetting("allow_experimental_bfloat16_type", 1);
|
||||
context->setSetting("allow_deprecated_error_prone_window_functions", 1);
|
||||
|
||||
context->setSetting("allow_suspicious_low_cardinality_types", 1);
|
||||
|
Loading…
Reference in New Issue
Block a user