v.22.1Improvement
Support hints for mistyped setting names in clickhouse-client and clickhouse-local
Support hints for mistyped setting names for clickhouse-client and clickhouse-local. Closes #32237. #32841 (凌涛).
Why it matters
This feature helps users by providing suggestions when they mistype configuration setting names inclickhouse-client or clickhouse-local. It reduces user errors and improves the user experience by guiding them towards the correct setting names.How to use it
When usingclickhouse-client or clickhouse-local, if a setting name is mistyped, the tool will automatically provide hints for the intended setting names without any additional configuration required.