Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2022 12:54 PM
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
Labels: