Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 10:50 AM
I have data on s3 and i'm using autoloader to load the data. My json docs have fields which are array of structures.
When I don't specify any schema the whole data is stored as strings even the array of structures are just a blob of string making it difficult to process with pyspark dataframe.
When i do specify a schema to autoload, the whole table is null.
Did anyone face any similar issues?
Labels:
- Labels:
-
Autoloader
-
Data