Add obsolete setting back (#56382)

This commit is contained in:
Nikita Mikhaylov 2023-11-06 21:51:05 +01:00 committed by GitHub
parent cf6ab2e110
commit a66fa87248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -837,6 +837,7 @@ class IColumn;
MAKE_OBSOLETE(M, Bool, allow_experimental_bigint_types, true) \
MAKE_OBSOLETE(M, Bool, allow_experimental_window_functions, true) \
MAKE_OBSOLETE(M, Bool, allow_experimental_geo_types, true) \
MAKE_OBSOLETE(M, Bool, allow_experimental_query_cache, true) \
\
MAKE_OBSOLETE(M, Milliseconds, async_insert_stale_timeout_ms, 0) \
MAKE_OBSOLETE(M, StreamingHandleErrorMode, handle_kafka_error_mode, StreamingHandleErrorMode::DEFAULT) \

View File

@ -4,6 +4,7 @@ allow_experimental_bigint_types
allow_experimental_database_atomic
allow_experimental_geo_types
allow_experimental_map_type
allow_experimental_query_cache
allow_experimental_window_functions
async_insert_cleanup_timeout_ms
async_insert_stale_timeout_ms