-
Notifications
You must be signed in to change notification settings - Fork 551
New issue
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
Support for complex types #121
Comments
Not sure what you're requesting. Complex types work: Are you asking for support for parsing the result strings into something nicer? |
Apologies @jingw I meant for Presto. I was looking at sqlalchemy_presto.py and didn't notice any, but per the Presto equivalent link you provided it seems like they are mentioned in test_presto.py. |
@jingw We are also seeing this with hive, querying a |
@jingw I'm interested in getting this working at the very least for presto. I'm happy to make a PR if you have any suggestions on how best to represent the complex types in the current response format. |
If you meant Presto, that currently returns a struct as a list: If you meant Hive, that returns strings: I'm not sure what you meant by linking to sqlalchemy_presto.py#L137 |
There is a PR pending, waiting for over a week. Much frustrating. |
This is quite a limitation for us. Any chance that hive returns a struct as list or similar? |
I was wondering why PyHive doesn't support complex types like ARRAY, MAP, STRUCT, etc?
The text was updated successfully, but these errors were encountered: