-
Hey, I tried to use ibis to query a ClickHouse table with a
I noticed that the type is commented out in the source code as an unsupported datatype. Is there any workaround to query such a table in ibis? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
What version of Ibis are you using? We added a fallback in 9.2.0 to treat unsupported datatypes as |
Beta Was this translation helpful? Give feedback.
-
Fixed in #9868. |
Beta Was this translation helpful? Give feedback.
-
Thanks for fixing this so quickly! A follow-up question: assuming we have the table object, is there an easy way to cast the uint256 column to a string and access it via the ibis API? |
Beta Was this translation helpful? Give feedback.
Fixed in #9868.