AnalysisException: Parquet data source does not support void data type
I’m trying to write a csv file to a table in databricks, but I’m getting the error in the title. When I researched the issue, it seems that casting the column to another data type will resolve this issue, so I did that and get the following schema.