-
Notifications
You must be signed in to change notification settings - Fork 608
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
feat: allow dicts in ibis.literal for structs #3118
Comments
I would like to take this issue. /take |
@jjram20 Cool, just write only |
/take |
Hi, did it work now? |
|
The action might be backed up in the CI queue, give it a few minutes. |
Prefer these instead of the more generic ibis.literal to create compound literals. Like .array() for array types. closes ibis-project#3118
We're going to keep
These new constructors take a Python
|
Prefer these instead of the more generic ibis.literal to create compound literals. Like .array() for array types. closes ibis-project#3118
Prefer these instead of the more generic ibis.literal to create compound literals. Like .array() for array types. closes #3118
Currently a struct must be an
OrderedDict
, but since 3.6 there's no reason we can't allow at leastdict
s any possibly any mapping:The text was updated successfully, but these errors were encountered: