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
Im trying to describe some table schema that contains a column that is MAP data type but getting the following exception:
sqlalchemy.exc.CompileError: (in table 'MY_TABLE', column 'SOME_COLUMN'): Compiler <trino.sqlalchemy.compiler.TrinoTypeCompiler object at 0x110fb7d30> can't render element of type MAP
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Actual behavior
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Steps To Reproduce
create a new db connection and try to get a table schema
Log output
No response
Operating System
MacOS
Trino Python client version
0.326.0
Trino Server version
419
Python version
Python 3.9.17
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Expected behavior
Im trying to describe some table schema that contains a column that is MAP data type but getting the following exception:
sqlalchemy.exc.CompileError: (in table 'MY_TABLE', column 'SOME_COLUMN'): Compiler <trino.sqlalchemy.compiler.TrinoTypeCompiler object at 0x110fb7d30> can't render element of type MAP
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Actual behavior
AttributeError: 'TrinoTypeCompiler' object has no attribute 'visit_MAP'
Steps To Reproduce
create a new db connection and try to get a table schema
Log output
No response
Operating System
MacOS
Trino Python client version
0.326.0
Trino Server version
419
Python version
Python 3.9.17
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: