-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Python] Cannot cast nested nullable field to not-nullable #33592
Comments
Just ran into this as well:
|
I am moving this to 17.0.0. Let me know if it should be part of 16.0.0 |
Also ran into this, would be great to address this soonish. |
Also just ran into this. Not familiar at all with arrows codebase, but if this isn't that hard and someone can give me pointers, I can take a stab at this. Opened #43782 as a first attempt, I would love some help with it if you can. |
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Aug 21, 2024
…re no null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Aug 21, 2024
…re no null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Aug 21, 2024
…re no null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Aug 22, 2024
…re no null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Sep 16, 2024
…re no null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Sep 18, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Sep 24, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Dec 13, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Dec 13, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Dec 13, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Dec 13, 2024
…o null values Fixes apache#33592
NickCrews
added a commit
to NickCrews/arrow
that referenced
this issue
Dec 13, 2024
…o null values Fixes apache#33592
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Casting from nullable field to not-nullable works provided all values are present. So for example this is a valid cast:
But it doesn't work for nested field. Here's an example:
Throws:
This is somewhat related to #13177 and https://issues.apache.org/jira/browse/ARROW-16603
Reporter: &res / @0x26res
Note: This issue was originally created as ARROW-18430. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: