So while reading a delta table with a column deltatype List, I would like to immediately cast it to a pyarrow FixedSizeList. It should work in a similar fashion as when you're writing a delta table and you provide a "schema (Optional[pyarrow.lib.Schema])" but now it would be used for reading it. @Will Jones