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
Hey all, it seems that unnesting json array which contains a list of maps is impossible see the example below
select x.n from unnest(cast(json_extract('{"payload":[{"type":"b","value":"9"}, {"type":"a","value":"8"}]}','$.payload') as array<varchar>)) as x(n)
I get an error: Query failed (#20151228_081622_00006_w4si4) Value cannot be cast to array<varchar>
Query failed (#20151228_081622_00006_w4si4) Value cannot be cast to array<varchar>
The text was updated successfully, but these errors were encountered:
This looks like a Presto issue, rather than a presto-admin issue -- can you file the issue there? https://github.com/facebook/presto/issues
Sorry, something went wrong.
No branches or pull requests
Hey all,
it seems that unnesting json array which contains a list of maps is impossible
see the example below
I get an error:
Query failed (#20151228_081622_00006_w4si4) Value cannot be cast to array<varchar>
The text was updated successfully, but these errors were encountered: