Default values for Array and Struct
Ouverte
feature
priority: medium
Standardization
- Langage dominant
- Scala
- Étoiles
- 33
- Forks
- 16
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
## Background
When a non-null default (fallback) value for complex types (array, struct) would be requested during the **Standardization** it will stop the process with exception because the value is not defined.
## Feature
And default (fallback) value for Array and Struct types
## Proposed Solution
**Array**: empty array
**Struct**: each field is flled with default value of the field's type
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.