Is there a way to handle case sensitive struct fields in dremio

There are two fields in a struct column in a table which have same name but different cases.
While reading the table with above scenario, getting multiple entries with same key error.
How to resolve this issue? Is there any option to set caseSensitive= true in dremio?

2 Likes

I don’t think there is a workaround here.

Dremio’s Query Engine matches all table and field/column identifiers as case insensitive.