This PR changes the translation of default values for optional fields when TRANSLATE_DEFAULT is enabled. Before, there were cases (especially for nested records) where non-null default values would not be translated. This change enables translating default values (excluding unions, records, and typerefs).
This PR changes the translation of default values for optional fields when
TRANSLATE_DEFAULT
is enabled. Before, there were cases (especially for nested records) where non-null default values would not be translated. This change enables translating default values (excluding unions, records, and typerefs).