Skip to content
New issue

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

List is not correctly previewed in UI #683

Closed
kaikash opened this issue Jul 22, 2024 · 2 comments
Closed

List is not correctly previewed in UI #683

kaikash opened this issue Jul 22, 2024 · 2 comments

Comments

@kaikash
Copy link

kaikash commented Jul 22, 2024

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.

@kaikash
Copy link
Author

kaikash commented Jul 30, 2024

The same with json.

@vrozaev
Copy link
Collaborator

vrozaev commented Aug 1, 2024

Fixed by 2009d96

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants