Introduces an option to skip unknown ClickHouse settings by issuing warnings instead of throwing exceptions.
Why it matters
This feature addresses the issue where unknown settings cause query failures by allowing queries to continue execution with a warning. It improves robustness and usability when dealing with evolving or dynamic configurations.How to use it
Users can enable this behavior by setting the appropriate configuration to allow skipping unknown settings. When enabled, instead of an exception, ClickHouse will log a warning and ignore unrecognized settings during query processing.