reswqa
reswqa
@jsarbach fancy updating the document about this?
Thanks @antonioalegria and @cmdlineluser. This should have been an issue for some time, but `type_coercion` for `when-then-otherwise` was changed to `strict_cast` in `0.20.16`, the culprit was revealed then. But yes,...
After some discussion, I think this should be fixed if we enable outer validity for `StructChunked`, see #3462. Until then, you may need to set `type_coercion=False` to workaround.
@acowlikeobject Did you use `struct.field` or `struct[xxx]`?
I think we should file this feature request in upstream(object_store), right?
@benmayersohn Yes, seems that `object_store` crate located in arrow-rs repo.
@gab23r, thanks for cc me, yes, I will take a look recently.
One question is that do we want to cast to the super type of this series and min/max 🤔 I assume we don't want to change the type of the...
> No, I think we should cast the arguments to the base type. Yep, as I thought. We should keep the original series dtype unchanged.
> Do you have any other suggested changes? No, I don't. It looks good from my side. But as I am not familiar with temporal thing, I leave the final...