v.24.6Improvement
Rename allow_deprecated_functions to allow_deprecated_error_prone_window_functions
Renameallow_deprecated_functionstoallow_deprecated_error_prone_window_functions. #64358 (Raúl Marín).
Why it matters
This change clarifies the configuration option by specifying that it controls the usage of deprecated and potentially error-prone window functions, improving user understanding and reducing confusion when managing feature flags related to window functions.How to use it
Replace all instances of the old settingallow_deprecated_functions with allow_deprecated_error_prone_window_functions in your ClickHouse server configuration or client queries to enable or disable deprecated error-prone window functions.