v.23.11Improvement
Check Dictionary Source Type During Creation with Lazy Load Enabled
Check dictionary source type on creation even if dictionaries_lazy_load is enabled. #57134 (Vitaly Baranov).Why it matters
This feature ensures that the dictionary source type is validated upfront regardless of lazy loading settings, preventing potential misconfigurations and errors that could occur if the source type is invalid but only checked later during dictionary loading.How to use it
When creating dictionaries, the source type will now be checked immediately even ifdictionaries_lazy_load is enabled. No additional actions are required by the user; this validation is applied automatically during dictionary creation.