-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
pyarrow does not know how to serialize objects of type #8396
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Please share database type and column types of the table causing the error. |
It doesn't matter! this error happens on this code:
here is the refrenc uri on sql_lab: Also, you can test this issue with trying this code:
Here is the |
Thanks for reporting this issue. This may be related to #8225. Are you using Presto by chance? You can disable msgpack and pyarrow serialization by setting |
Yes. I'm using Presto. But I tried the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
sql_lab
and alsovisualization
doesn't work because ofpyarrow
can't serialize objectsExpected results
return query result
Actual results
Screenshots
How to reproduce the bug
sql_lab
SELECT *
Environment
branch master on 2019-10-12 18:38
3.7
10.16.3
6.9.0
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: