[Bug] [Data Studio]The query result is not displayed. The console reports an error #3825
Closed
2 of 3 tasks
Labels
Bug
Something isn't working
Search before asking
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
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: