You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ibis doesn't appear to recognize macaddr data types in postgres when trying to build an ibis table expression. A simple reproduction of the issue is below:
Thanks for the report @esamuel1, I don't think this should be difficult to add. If you want to have a look at the code, and try to submit a pull request, that would be great.
Impacts ibis 1.3.0
Ibis doesn't appear to recognize macaddr data types in postgres when trying to build an ibis table expression. A simple reproduction of the issue is below:
Looking at the sqlalchemy docs, it seems they do support macaddr for postgres.
The text was updated successfully, but these errors were encountered: