raises with polars.exceptions.ComputeError: cannot create series from Extension("pymongoarrow.objectid", FixedSizeBinary(12), Some("")) as the casting of FixedSizeBinary is not done for nested fields.
_Ps.: For not nested fields it works fine. Loading the arrow data frame also works fine. So this is not a showstopper, but it prohibits from using the aggregate_polarsall convenience function.
Hi,
I really appreciate the support for polars, but
raises with
polars.exceptions.ComputeError: cannot create series from Extension("pymongoarrow.objectid", FixedSizeBinary(12), Some(""))
as the casting of FixedSizeBinary is not done for nested fields._Ps.: For not nested fields it works fine. Loading the arrow data frame also works fine. So this is not a showstopper, but it prohibits from using the aggregate_polarsall convenience function.
See #220 for a fix