v.18.14Improvement

External Dictionaries Configuration: Interpreting null_value as Default Data Type

In the configuration of external dictionaries, null_value is interpreted as the value of the default data type. #3330
Improved handling of null_value in external dictionary configurations by interpreting it as the default data type value.

Why it matters

This feature ensures that when null_value is specified in the configuration of external dictionaries, it is correctly interpreted as the default value of the dictionary's data type. This provides clearer and more predictable behavior when dealing with null entries, improving data consistency and usability for users.

How to use it

To use this feature, specify null_value in your external dictionary configuration. The system will automatically interpret the null value as the default for the respective data type without additional manual handling.