You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, CSVLoader will throw a bunch of exceptions when writing nested structures (arrays/lists/maps/structs).
It should be fixed with RowsNormalizer that will use Caster like in other adapters before saving rows into a CSV file.