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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hello!
I'm encountering an issue with a YQL query. When executing the following query:
SELECT Yson::ConvertToInt64List(Json::Parse(@@[42]@@))
the UI displays the result as:
column0: undefined
However, when I retrieve the query result via the CLI, the result is returned correctly:
yt read-query-result d26c3389-278f4086-1f101-7eb19587 --format json {"column0":[42]}
This indicates that the issue is likely with the UI rendering of the result.
The text was updated successfully, but these errors were encountered:
The same with json.
Sorry, something went wrong.
Fixed by 2009d96
No branches or pull requests
Hello!
I'm encountering an issue with a YQL query. When executing the following query:
the UI displays the result as:
However, when I retrieve the query result via the CLI, the result is returned correctly:
yt read-query-result d26c3389-278f4086-1f101-7eb19587 --format json {"column0":[42]}
This indicates that the issue is likely with the UI rendering of the result.
The text was updated successfully, but these errors were encountered: