Added a typos handler to storage and table functions factories in ClickHouse to improve error handling for incorrect storage and table function names.
Why it matters
This feature aims to help users by detecting and handling typos in storage engine and table function names, reducing confusion and making error messages clearer when users specify incorrect names. It improves usability by guiding users toward the correct usage.How to use it
This feature is enabled by default as part of the ClickHouse server. Users benefit from improved error messages when creating tables or calling table functions with slightly mistyped names, without requiring any additional configuration.