Hi there, I noticed that StructBuilder::from_schema fails if the input schema has a list field. This is because https://docs.rs/arrow/0.12.0/src/arrow/builder.rs.html#600. I can work around it by adding the ListBuilder manually, but I just wanted to ask if this was done intentionally due to any gotchas.
Thanks! Chang