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
try_unary_dict takes a dictionary array and performs an operation on its value array. But it currently doesn't check the value type. It is possible that the operation takes a different input type than the dictionary array's value type.
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
try_unary_dict
takes a dictionary array and performs an operation on its value array. But it currently doesn't check the value type. It is possible that the operation takes a different input type than the dictionary array's value type.To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: