-
Notifications
You must be signed in to change notification settings - Fork 609
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
fix(pyarrow): support accepting pyarrow dictionary types as inputs #8276
fix(pyarrow): support accepting pyarrow dictionary types as inputs #8276
Conversation
Thank you! |
I would possibly a good idea to have a dictionary type in ibis since many of the backends support dictionary/enum/lowcardinality types. |
I don't particularly like the idea of that type in ibis, because whether a type is encoded as a dictionary or any other specific way has no effect on the expression API. Since this type is useful in DDL, perhaps there's a way we can have a set of expanded DDL-only types? |
Fixes #8207.