v.1.1.54362New Feature
Reading null as Default Value for External Dictionary with MongoDB Source
Readingnullas the default value when loading data for an external dictionary with theMongoDBsource (Pavel Litvinenko).
Why it matters
This feature addresses the issue where external dictionaries sourced from MongoDB could not properly handlenull values. By reading null as the default, it ensures that dictionaries better reflect the underlying data, preventing errors or incorrect default value usage.How to use it
When using an external dictionary with theMongoDB source, null values in the source data will automatically be interpreted as default values. No additional configuration is required to enable this behavior.