You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "genzgd (via GitHub)" <gi...@apache.org> on 2023/06/21 12:19:34 UTC

[GitHub] [superset] genzgd commented on issue #15876: `Python int too large to convert to C long` after sqllab query

genzgd commented on issue #15876:
URL: https://github.com/apache/superset/issues/15876#issuecomment-1600731902

   For ClickHouse, you can use `clickhouse-connect` as the connector and it won't throw an error.  Instead, it will return the two's complement/negative value for the UInt64 column (and strings for 128/256 bit ClickHouse integer columns).  It's not a complete fix for the underlying issue -- which is the fact that Superset doesn't support UInt64 datatypes due to the PyArrow transformation, but it's workable for use cases where the UInt64 is something like a database id or the equivalent.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org