Background
Usually in Spark all fields are nullable except when there is a reason for them to be non-nullable.
Making the _corrupt_fields field nullable with nullable struct fields would make the generated schema more flexible.
Feature
Make '_corrupt_fields' array nullable otherwise it breaks some workflows.
Example [Optional]
--
Proposed Solution [Optional]
--