You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some tables containing Array columns in a database. When DremioDialect.get_columns() is called ctype = _type_map[col[1]] throws an KEYERROR 'ARRAY'.
This can be solved with extending _type_map in base.py and query.py with:
I have some tables containing Array columns in a database. When
DremioDialect.get_columns()
is calledctype = _type_map[col[1]]
throws anKEYERROR 'ARRAY'
.This can be solved with extending
_type_map
inbase.py
andquery.py
with:The text was updated successfully, but these errors were encountered: