-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add support for composite types in CLI's JSON output format #4589
Comments
Has this been addressed? I am getting this error: |
There's too much red tape for me to PR this myself, but I was able to get this working locally with some minor changes. Specifically, in the JsonPrinter, the
And then in order to access the object mapper, the trino-cli module needs to declare jackson-databind as a dependency in its pom.xml:
Hope this helps! |
Thank you for your advice, we encountered a similar problem too, there was some complex row and map column types in our hive table: |
Currently formatting rows or maps fails:
The text was updated successfully, but these errors were encountered: