Fix style

This commit is contained in:
Alexey Milovidov 2024-11-11 00:24:57 +01:00
parent f042c921ee
commit 6dee7e4276

View File

@ -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);