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
Is there some other way to construct the pyarrow struct value corresponding to t2_pa given t1_pa directly, without going through python first (i.e. constructing t1_py)?
Joris Van den Bossche / @jorisvandenbossche: [~vladfi] thanks for the report. I think this essentially comes back to ARROW-5295 (which is a similar issue but for arrays, but both arrays and scalar functions for the python->arrow conversion use the same code path I think).
The current generic python->arrow conversion layer cannot handle our own scalars, but only Python scalars (+ some numpy and pandas ones)
Easiest explained in code:
Is there some other way to construct the pyarrow struct value corresponding to
t2_pa
givent1_pa
directly, without going through python first (i.e. constructingt1_py
)?Reporter: Vlad Firoiu
Note: This issue was originally created as ARROW-15050. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: