Daan Rademaker
Results
2
comments of
Daan Rademaker
+1 For me as well. When I read parquet with daft it upcasts pyarrow types to large_string, while pyarrow reads them as string. ``` daft.read_parquet(str(path)).to_arrow().schema ``` output: ``` path: large_string...
Woud be great if this could be added!