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
Support for nested ObjectIDs in polars conversion (#220)
* added support for nested fields in polars conversion
_arrow_to_polars currently has no support to cast extension types for nested fields. This prohibits ObjectIDs to be read in case they are in nested fields.
* add support for List type
* add support for list type + reformat code
* add test for struct and list in _arrow_to_polars
* add types to functions
* remove return type for _arrow_to_polars
---------
Co-authored-by: Lazar Gugleta <[email protected]>
0 commit comments