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).
Check the dictionary source type during dictionary creation even when dictionaries_lazy_load is enabled.

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 if dictionaries_lazy_load is enabled. No additional actions are required by the user; this validation is applied automatically during dictionary creation.