I’m working with JSON fields and it seem that one of the fields has a mapping conflict in some of the fields.
Unable to coerce from the file’s data type “struct<options::list<struct<name::varchar, value::varchar>>, handle::varchar, title::varchar, id::varchar, sku::varchar, image::varchar>” to the column’s data type “varchar” in table “<table>”, column “line_items.properties.value” and file “<file>”
The line_items is an array of objects. I want to flatten the array and extract specific fields (sku, price, etc).
@Arnie Dremio stopped supporting mixed types since Dremio version 17. It looks like the JSON data has heterogenous data type, any chance you can confirm that is true?