I have data in a Spark Dataframe and I write it to an s3 location. It has some complex datatypes like structs etc. When I create the table on top on the s3 location by using
CREATE TABLE IF NOT EXISTS table_name
USING DELTA
LOCATION 's3://.../...';
The table has all null values in it and I am not sure what is going wrong