Default values for Array and Struct
Aperta
feature
priority: medium
Standardization
- Lingua principale
- Scala
- Stelle
- 33
- Fork
- 16
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
## 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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.