We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python
connectorx-0.4.1a1
trino with hive catalog
import connectorx as cx conn = 'trino+https://redact:redact@redact:443/hive' cx.read_sql(conn, "select * from hive.redact.redact limit 2") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.10/site-packages/connectorx/__init__.py", line 367, in read_sql result = _read_sql( RuntimeError: Trino unknown value at position: (0, 86): Array [Array [String("redact"), String("redact"), String("sstring")], Array [String("..........redacted
the table has some columns that are ARRAY of STRUCT types
it works when i just select simple columns like varchar, int
i guess this error is from
connector-x/connectorx/src/sources/trino/mod.rs
Lines 437 to 476 in 053a59e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What language are you using?
python
What version are you using?
connectorx-0.4.1a1
What database are you using?
trino with hive catalog
Can you describe your bug?
the table has some columns that are ARRAY of STRUCT types
it works when i just select simple columns like varchar, int
i guess this error is from
connector-x/connectorx/src/sources/trino/mod.rs
Lines 437 to 476 in 053a59e
The text was updated successfully, but these errors were encountered: