Skip to content
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

[Bug] [Data Studio]The query result is not displayed. The console reports an error #3825

Closed
2 of 3 tasks
dsanww opened this issue Sep 23, 2024 · 7 comments
Closed
2 of 3 tasks
Assignees
Labels
Bug Something isn't working

Comments

@dsanww
Copy link

dsanww commented Sep 23, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

When I query a simple sql, I click the query button and keep circling around without returning results.
Viewing the log appears to be: json parsing error
image
image

com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot construct instance of org.dinky.data.result.SelectResult (no Creators, like default constructor, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
at [Source: (String)"{"success":true,"time":0,"rowData":[{"a":2,"b":4}],"total":0,"columns":["a","b"],"truncationFlag":false,"destroyed":true}"; line: 1, column: 2]

What you expected to happen

no error

How to reproduce

select 1+1 as a,2+2 as b;
query sql on yarn-session mode

Anything else

No response

Version

dev

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@dsanww dsanww added Bug Something isn't working Waiting for reply Waiting for reply labels Sep 23, 2024
@Zzm0809
Copy link
Contributor

Zzm0809 commented Sep 23, 2024

dinky 版本?

@dsanww
Copy link
Author

dsanww commented Sep 23, 2024

dinky 版本?

dev Latest commit

@Zzm0809
Copy link
Contributor

Zzm0809 commented Sep 23, 2024

dinky 版本?

dev Latest commit

使用 local 模式,可以复现吗?

@dsanww
Copy link
Author

dsanww commented Sep 23, 2024

dinky 版本?

dev Latest commit

使用 local 模式,可以复现吗?

也可以的

@Zzm0809 Zzm0809 removed the Waiting for reply Waiting for reply label Sep 23, 2024
@suxinshuo
Copy link
Contributor

应该是所有的查询 sql 执行都有这个问题,这个可以分配给我吗?我之前写过执行历史这一块的代码 @Zzm0809

@Zzm0809
Copy link
Contributor

Zzm0809 commented Sep 24, 2024

应该是所有的查询 sql 执行都有这个问题,这个可以分配给我吗?我之前写过执行历史这一块的代码 @Zzm0809

Of course, assigned

@suxinshuo
Copy link
Contributor

I see this issue has been fixed in #3831. Please try again. @dsanww

@Zzm0809 Zzm0809 closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants